Skip to content

parsing error when reading from filesystem with the SQL api #690

@zkaoudi

Description

@zkaoudi

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:

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.

final List<RelDataType> fieldTypes = wayangRelNode.getRowType().getFieldList().stream()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions