-
Notifications
You must be signed in to change notification settings - Fork 392
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
[#3187] feat(spark-connector): Support SparkSQL extended syntax in Iceberg #3266
Conversation
49baf5c
to
8cba728
Compare
8cba728
to
0826647
Compare
0826647
to
0a8ff35
Compare
…berg-extended-sql
f5ea86a
to
b97c325
Compare
...strato/gravitino/spark/connector/iceberg/extensions/IcebergExtendedDataSourceV2Strategy.java
Outdated
Show resolved
Hide resolved
Hi @FANNG1 could you help re-trigger the pipeline because doris container startup failed |
done |
@FANNG1 ready for review, could you help review it when you are free? thanks! |
...strato/gravitino/spark/connector/iceberg/extensions/IcebergExtendedDataSourceV2Strategy.java
Show resolved
Hide resolved
...strato/gravitino/spark/connector/iceberg/extensions/IcebergExtendedDataSourceV2Strategy.java
Show resolved
Hide resolved
@jerryshao @qqqttt123 do you have time to review this PR? |
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Show resolved
Hide resolved
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Outdated
Show resolved
Hide resolved
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Show resolved
Hide resolved
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Show resolved
Hide resolved
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Show resolved
Hide resolved
...com/datastrato/gravitino/spark/connector/integration/test/iceberg/SparkIcebergCatalogIT.java
Show resolved
Hide resolved
b05720a
to
71fb559
Compare
Hi @FANNG1 could you help review this again? thank you! |
...mon/src/main/java/com/datastrato/gravitino/spark/connector/plugin/GravitinoDriverPlugin.java
Outdated
Show resolved
Hide resolved
LGTM, except one comment |
comment has been addressed. cc @FANNG1 |
...mon/src/main/java/com/datastrato/gravitino/spark/connector/plugin/GravitinoDriverPlugin.java
Show resolved
Hide resolved
LGTM |
@caican00 merged to the main, thanks for your work |
… in Iceberg (apache#3266) ### What changes were proposed in this pull request? Support SparkSQL extended syntax in Iceberg, such as: ``` addPartitionField dropPartitionField replacePartitionField setWriteDistributionAndOrdering setIdentifierFields dropIdentifierFields createOrReplaceBranch createOrReplaceTag dropBranch dropTag ``` ### Why are the changes needed? Support SparkSQL extended syntax in Iceberg. Fix: apache#3187 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New ITs.
What changes were proposed in this pull request?
Support SparkSQL extended syntax in Iceberg, such as:
Why are the changes needed?
Support SparkSQL extended syntax in Iceberg.
Fix: #3187
Does this PR introduce any user-facing change?
No.
How was this patch tested?
New ITs.