-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove iceberg-pig #11380
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
Remove iceberg-pig #11380
Conversation
|
When I try removing Hive 2 in #10996, I find both Hive and Pig are referenced in https://github.com/apache/iceberg/blob/main/mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java#L350. Shall we remove them as well? |
|
@manuzhang good catch ! I think it makes sense to remove from there. I will update the PR, thanks ! |
|
@manuzhang I did a more "agressive" pass on removing pig 😄 |
|
we can keep it in Draft since it is for 1.8.0 |
|
@ajantha-bhat done |
|
please also update all of the yaml files for GH actions |
|
@jbonofre I think we're ready :) |
|
@Fokko yup changing the PR status :) |
|
@nastra I did a pass to clean gradle/github resources. |
|
@Fokko the PR is ready to review (I added additional cleanups). |
gradle/libs.versions.toml
Outdated
| pig = "0.17.0" | ||
| parquet = "1.14.3" |
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.
This looks like a merge conflict gone wrong. We've fallen back to 1.13.1 due to a bug in the dictionary encoding, we have #11502 to bump to 1.14.4
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.
Fixed.
Following #11379 this PR completely removes iceberg-pig (for Iceberg 1.8.0).