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

Selecting only partition column causes table scan in parquet-hive #141

Closed
billonahill opened this issue Mar 8, 2016 · 3 comments
Closed

Comments

@billonahill
Copy link

select min(datehour) from foo; will cause a full table scan on a table foo partitioned by datehour. Instead the query should only scan the hive table metadata.

@cawallin
Copy link
Member

cawallin commented Mar 8, 2016

@billonahill I think you meant to open this issue in facebook/presto rather than prestodb/presto-admin :)

@rschlussel-zz
Copy link
Member

You should this issue in facebook/presto

@billonahill
Copy link
Author

Ugh. Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants