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

Multi partition is not handled #66

Closed
kukigai opened this issue Sep 16, 2021 · 3 comments
Closed

Multi partition is not handled #66

kukigai opened this issue Sep 16, 2021 · 3 comments

Comments

@kukigai
Copy link

kukigai commented Sep 16, 2021

Describe the bug
Multi partition is not handled

To Reproduce
ddl = """
CREATE EXTERNAL TABLE test (
test STRING NULL COMMENT 'xxxx',
)
PARTITIONED BY (snapshot STRING, cluster STRING)
STORED AS PARQUET LOCATION 'hdfs://xxxx';
"""
from simple_ddl_parser import DDLParser
parse_results = DDLParser(ddl).run(output_mode="hql")

Expected behavior
non empty json response

@xnuinside
Copy link
Owner

I will take care on all issues tomorrow, if you have something else - feel free to add samples, to add more in second release :) and thanks for the reports one more time @kukigai

@kukigai
Copy link
Author

kukigai commented Sep 16, 2021

@xnuinside this is all i found. Thanks for your quick turnaround!

@xnuinside
Copy link
Owner

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

2 participants