| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Summary of ChangesHello @Amar3tto, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request resolves an issue with the PostCommit Java Hadoop Versions job by updating the build.gradle configuration for the Iceberg IO connector. Specifically, it removes references to deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for Iceberg, thereby ensuring the build process is stable and uses compatible dependencies. Highlights
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here. Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Sorry, something went wrong.
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers |
Sorry, something went wrong.
|
Assigning reviewers: R: @Abacn for label java. Note: If you would like to opt out of this review, comment assign to next reviewer. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Sorry, something went wrong.
Could you update https://github.com/apache/beam/blob/master/CHANGES.md as well? Do you have a reference to this from the iceberg side? |
Sorry, something went wrong.
Updated CHANGES.md, added a link to the Iceberg issue there |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
|
This breaks beam_PreCommit_Whitespace check (for changes.md) |
Sorry, something went wrong.
| * X behavior was changed ([#X](https://github.com/apache/beam/issues/X)). | ||
| * (Python) Fixed transform naming conflict when executing DataTransform on a dictionary of PColls ([#30445](https://github.com/apache/beam/issues/30445)). | ||
| This may break update compatibility if you don't provide a `--transform_name_mapping`. | ||
| * Removed deprecated Hadoop versions (2.10.2 and 3.2.4) that are no longer supported for Iceberg ([Iceberg](https://github.com/apache/iceberg/issues/10940) |
There was a problem hiding this comment.
We may want to note that we only removed support of old Hadoop for Iceberg connector. Other component still does and have tests exercised, e.g.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #33252
Succesful run: https://github.com/apache/beam/actions/runs/17998495081/job/51202484412
Old hadoop versions were deprecated for Iceberg.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.