-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you create a CSV sourced table with the filename that does NOT have the .csv ending it will NOT work.
To Reproduce
Steps to reproduce the behavior:
- CREATE EXTERNAL TABLE test (...) STORED AS CSV WITH HEADER ROW LOCATION 'afile'; // not afile.csv
- SELECT * FROM test LIMIT 1;
- Got nothing...
Expected behavior
It must work and return data.
Additional context
Table types must not depend on the filename...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working