mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Support configurable quote character parameter in Select (#8955)
This commit is contained in:
@@ -252,6 +252,7 @@ func TestJSONQueries(t *testing.T) {
|
||||
</InputSerialization>
|
||||
<OutputSerialization>
|
||||
<CSV>
|
||||
<QuoteCharacter>"</QuoteCharacter>
|
||||
</CSV>
|
||||
</OutputSerialization>
|
||||
<RequestProgress>
|
||||
@@ -587,6 +588,7 @@ func TestCSVQueries2(t *testing.T) {
|
||||
<CompressionType>NONE</CompressionType>
|
||||
<CSV>
|
||||
<FileHeaderInfo>USE</FileHeaderInfo>
|
||||
<QuoteCharacter>"</QuoteCharacter>
|
||||
</CSV>
|
||||
</InputSerialization>
|
||||
<OutputSerialization>
|
||||
|
||||
Reference in New Issue
Block a user