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

[Subtask] Support SparkSQL extended syntax in Iceberg #3187

Closed
caican00 opened this issue Apr 25, 2024 · 1 comment · Fixed by #3266
Closed

[Subtask] Support SparkSQL extended syntax in Iceberg #3187

caican00 opened this issue Apr 25, 2024 · 1 comment · Fixed by #3266
Labels
subtask Subtasks of umbrella issue

Comments

@caican00
Copy link
Contributor

caican00 commented Apr 25, 2024

Describe the subtask

Support SparkSQL extended syntax in Iceberg, such as:

addPartitionField
dropPartitionField
replacePartitionField
setWriteDistributionAndOrdering
setIdentifierFields
dropIdentifierFields
createOrReplaceBranch
createOrReplaceTag
dropBranch
dropTag

Parent issue

#1571

@caican00 caican00 added the subtask Subtasks of umbrella issue label Apr 25, 2024
@caican00 caican00 changed the title [Subtask] Support Iceberg addPartitionField/dropPartitionField/replacePartitionField [Subtask] Support SparkSQL extended syntax in Iceberg Apr 25, 2024
@caican00
Copy link
Contributor Author

after #2642 is merged, i will start this work.

caican00 added a commit to caican00/gravitino that referenced this issue May 4, 2024
caican00 added a commit to caican00/gravitino that referenced this issue May 4, 2024
caican00 added a commit to caican00/gravitino that referenced this issue May 5, 2024
caican00 added a commit to caican00/gravitino that referenced this issue May 5, 2024
caican00 added a commit to caican00/gravitino that referenced this issue May 5, 2024
@FANNG1 FANNG1 closed this as completed in 0653004 Jun 14, 2024
shaofengshi pushed a commit to shaofengshi/gravitino that referenced this issue Jun 24, 2024
… 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant