Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.1
-
I ran the above test with 1.17.1. I checked for existing bug tickets and release notes, but did not find anything, so assuming this effects 1.18 and 1.19.
Description
When using the Filesystem connector with 'raw' format to read text data that contains new lines, a row is returned for every line, but always contains the contents of the last line.
For example, with the following file.
line 1
line 2
line 3
And table definition
create TABLE MyRawTable (
`doc` string,
) WITH (
'path' = 'file:///path/to/data',
'format' = 'raw',
'connector' = 'filesystem'
);
Selecting `*` from the table produces three rows all with "line 3" for `doc`.
Attachments
Issue Links
- links to