Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0, 1.16.0
-
None
Description
Currently, it may be difficult to produce well-formed CSV with CTAS (see comment below).
It appears necessary to have some additional/configuratble options to write CSV file with CTAS :
- possibility to change/define the separator,
- possibility to write or not the header,
- possibility to force the write of only 1 file instead of lot of parts,
- possibility to force quoting
- possibility to use/change escape char
- ...
Attachments
Issue Links
- relates to
-
DRILL-6096 Provide mechanisms to specify field delimiters and quoted text for TextRecordWriter
- Resolved