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

Parse TPC-H Queries #17

Open
brianv0 opened this issue Mar 29, 2017 · 2 comments
Open

Parse TPC-H Queries #17

brianv0 opened this issue Mar 29, 2017 · 2 comments

Comments

@brianv0
Copy link
Member

brianv0 commented Mar 29, 2017

It'd be great to be able to successfully say we can parse all TPC-H queries without error.

A list of the ones presto uses (with some additional presto-specific stuff):
https://github.com/prestodb/presto/tree/master/presto-parser/src/test/resources/tpch/queries

@brianv0
Copy link
Member Author

brianv0 commented Mar 29, 2017

#16 is a main blocker for this.

@brianv0
Copy link
Member Author

brianv0 commented Mar 29, 2017

It seems derived column list is not supported/poorly supported by Oracle (11g) MySQL (5.5) and SQLite, so maybe we don't worry about that.

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

No branches or pull requests

1 participant