We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@looi hi, thanks for reporting the issue, I will add support
Sorry, something went wrong.
fix added in #152
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 !
Awesome!
xnuinside
No branches or pull requests
Use case is Spark DDL with Iceberg, example:
More examples at https://iceberg.apache.org/docs/latest/spark-ddl/#partitioned-by
The text was updated successfully, but these errors were encountered: