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

Support PARTITIONED BY with procedure call in it #154

Closed
looi opened this issue Aug 3, 2022 · 4 comments
Closed

Support PARTITIONED BY with procedure call in it #154

looi opened this issue Aug 3, 2022 · 4 comments
Assignees

Comments

@looi
Copy link

looi commented Aug 3, 2022

Use case is Spark DDL with Iceberg, example:

create table a (b timestamp, c int)
using iceberg
partitioned by (months(b))
location 's3://tables/a'

More examples at https://iceberg.apache.org/docs/latest/spark-ddl/#partitioned-by

@xnuinside
Copy link
Owner

@looi hi, thanks for reporting the issue, I will add support

@xnuinside xnuinside self-assigned this Aug 6, 2022
@xnuinside
Copy link
Owner

xnuinside commented Aug 6, 2022

fix added in #152

@xnuinside
Copy link
Owner

xnuinside commented Aug 6, 2022

fix released in version 0.27.0 (https://pypi.org/project/simple-ddl-parser/), if will be anything else - feel free to open new issue, and thanks for reporting @looi !

@looi
Copy link
Author

looi commented Aug 8, 2022

Awesome!

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