Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: file types handled wrong #2929

Closed
sitano opened this issue Jul 16, 2022 · 1 comment
Closed

bug: file types handled wrong #2929

sitano opened this issue Jul 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@sitano
Copy link

sitano commented Jul 16, 2022

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:

  1. CREATE EXTERNAL TABLE test (...) STORED AS CSV WITH HEADER ROW LOCATION 'afile'; // not afile.csv
  2. SELECT * FROM test LIMIT 1;
  3. Got nothing...

Expected behavior

It must work and return data.

Additional context

Table types must not depend on the filename...

@sitano sitano added the bug Something isn't working label Jul 16, 2022
@tustvold
Copy link
Contributor

Closing as duplicate of #1736

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants