-
Notifications
You must be signed in to change notification settings - Fork 115
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to run a simple SQL query to read data from a CSV file I am getting a parsing error because of this check:
Line 127 in 29bde26
| if (tokens.length != fieldTypes.size()) |
After running on debugging mode I see that in the WayangTableScanVisitor the list of fieldTypes has size equal to 1 although I have four columns in my csv file.
Line 67 in 29bde26
| final List<RelDataType> fieldTypes = wayangRelNode.getRowType().getFieldList().stream() |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working