-
Notifications
You must be signed in to change notification settings - Fork 3k
Spark: DROP BRANCH SQL implementation #6752
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
Conversation
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
...extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala
Outdated
Show resolved
Hide resolved
...extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala
Outdated
Show resolved
Hide resolved
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
d225fe1 to
a53d860
Compare
a66b371 to
b8cade0
Compare
...extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala
Outdated
Show resolved
Hide resolved
...extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DropBranchExec.scala
Outdated
Show resolved
Hide resolved
...sions/src/main/antlr/org.apache.spark.sql.catalyst.parser.extensions/IcebergSqlExtensions.g4
Outdated
Show resolved
Hide resolved
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
.../v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDropBranch.java
Outdated
Show resolved
Hide resolved
b8cade0 to
79ea243
Compare
.../scala/org/apache/spark/sql/catalyst/parser/extensions/IcebergSparkSqlExtensionsParser.scala
Outdated
Show resolved
Hide resolved
...sions/src/main/antlr/org.apache.spark.sql.catalyst.parser.extensions/IcebergSqlExtensions.g4
Outdated
Show resolved
Hide resolved
261249c to
2040da3
Compare
jackye1995
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
...k/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestBranchDDL.java
Show resolved
Hide resolved
...k/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestBranchDDL.java
Outdated
Show resolved
Hide resolved
...k/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestBranchDDL.java
Outdated
Show resolved
Hide resolved
2040da3 to
22fbae9
Compare
singhpk234
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks @amogh-jahagirdar !!
yyanyy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Co-authored-by: liliwei [email protected] Co-authored-by: xuwei [email protected] Co-authored-by: chidayong [email protected]
22fbae9 to
77dffba
Compare
|
Looks like all comments are addressed and we have enough vote, I will go ahead and merge this. We can address further comments in the subsequent DROP TAG PR if necessary. Thanks for the work @amogh-jahagirdar & @hililiwei , and thanks for everyone's review! |
Co-authored-by: liliwei [email protected] Co-authored-by: xuwei [email protected] Co-authored-by: chidayong [email protected]
This is an implementation of DROP BRANCH Spark SQL
Co-authored-by: liliwei [email protected]
Co-authored-by: xuwei [email protected]
Co-authored-by: chidayong [email protected]
CC: @jackye1995 @hililiwei @flyrain @singhpk234 @aokolnychyi