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

[#3187] feat(spark-connector): Support SparkSQL extended syntax in Iceberg #3266

Merged
merged 31 commits into from
Jun 14, 2024

Conversation

caican00
Copy link
Collaborator

@caican00 caican00 commented May 4, 2024

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: #3187

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New ITs.

@caican00 caican00 marked this pull request as draft May 4, 2024 15:22
@caican00 caican00 force-pushed the iceberg-extended-sql branch 2 times, most recently from 49baf5c to 8cba728 Compare May 5, 2024 02:38
@caican00 caican00 force-pushed the iceberg-extended-sql branch from 8cba728 to 0826647 Compare May 5, 2024 15:48
@caican00 caican00 force-pushed the iceberg-extended-sql branch from 0826647 to 0a8ff35 Compare May 5, 2024 16:39
@caican00 caican00 marked this pull request as ready for review May 16, 2024 08:29
@caican00 caican00 marked this pull request as draft May 16, 2024 12:59
@caican00 caican00 marked this pull request as ready for review May 17, 2024 07:53
@caican00
Copy link
Collaborator Author

caican00 commented Jun 6, 2024

Hi @FANNG1 could you help re-trigger the pipeline because doris container startup failed

@FANNG1
Copy link
Contributor

FANNG1 commented Jun 6, 2024

Hi @FANNG1 could you help re-trigger the pipeline because doris container startup failed

done

@caican00
Copy link
Collaborator Author

caican00 commented Jun 6, 2024

@FANNG1 ready for review, could you help review it when you are free? thanks!

@FANNG1
Copy link
Contributor

FANNG1 commented Jun 6, 2024

@jerryshao @qqqttt123 do you have time to review this PR?

@caican00 caican00 force-pushed the iceberg-extended-sql branch from b05720a to 71fb559 Compare June 13, 2024 10:19
@caican00
Copy link
Collaborator Author

Hi @FANNG1 could you help review this again? thank you!

@caican00 caican00 requested a review from FANNG1 June 13, 2024 11:29
@FANNG1
Copy link
Contributor

FANNG1 commented Jun 13, 2024

LGTM, except one comment

@caican00
Copy link
Collaborator Author

LGTM, except one comment

comment has been addressed. cc @FANNG1

@caican00 caican00 requested a review from FANNG1 June 14, 2024 02:10
@FANNG1
Copy link
Contributor

FANNG1 commented Jun 14, 2024

LGTM

@FANNG1 FANNG1 merged commit 0653004 into apache:main Jun 14, 2024
20 checks passed
@FANNG1
Copy link
Contributor

FANNG1 commented Jun 14, 2024

@caican00 merged to the main, thanks for your work

shaofengshi pushed a commit to shaofengshi/gravitino that referenced this pull request 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Support SparkSQL extended syntax in Iceberg
3 participants