Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.4
-
None
-
None
Description
Currently some of lines in CSV files can have less values than declared in the command or CSV header.
We need to think how do we handle such rows:
- append empty values ("") for the missing trailing columns
- append null values
- reject such lines and report an error
We might need a COPY command parameter to configure the desired behaviour.
Attachments
Issue Links
- is blocked by
-
IGNITE-6917 SQL: implement COPY command for efficient data loading
- Resolved
- relates to
-
IGNITE-7539 SQL COPY command: implement NULL escape sequence handling
- Open
-
IGNITE-7544 SQL COPY command: implement statistics gathering and error reporting
- Closed
-
IGNITE-7546 SQL COPY command: implement CSV header row parsing
- Closed