-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[MINOR][DNM][TESTING] Flink bundle testing 5.4 #11325
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pache#9634) Unify the encoding of Java `String` to byte array in Hudi, especially for writing bytes to the storage, by using `UTF_8` encoding only. --------- Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com>
…emove dependency (apache#9649)
Co-authored-by: Jonathan Vexler <=> Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com>
…nt-common to hudi-common (apache#9103) Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com>
This commit fixes the bundling of RoaringBitmap dependency in Hudi bundles by including it in the shade rules and shading the classes, to avoid dependency conflict with engine-provided jars, e.g., Spark. Before this fix, with Hudi Spark bundle, NoSuchMethodError exception is thrown by Spark 3.2.
* Address build failures in older Flink Versions * Remove unnecessary dependency on flink-connector-hive * Fix Flink 1.18 Validate-bundles --------- Signed-off-by: Prabhu Joseph <joprabhu@amazon.com> Co-authored-by: Prabhu Joseph <joprabhu@amazon.com> Co-authored-by: root <root@ip-172-31-45-97.us-west-2.compute.internal>
--------- Co-authored-by: Shawn Chang <yxchang@amazon.com> Co-authored-by: Y Ethan Guo <ethan.guoyihua@gmail.com>
… prevent inconsistency during data reads (apache#10711)
…rmats (apache#10265) * [HUDI-7190] Fix legacy parquet format nested columns vectorized read for spark3.3+ * Fix nested type implicit schema evolution * fix legacy format support batch read * Add exception messages when vectorized read nested type with type change
…ool (apache#10374) Co-authored-by: jp0317 <zjpzlz@gmail.com>
…ansitionPendingState (apache#10392)
…pache#10411) Co-authored-by: xuyu <11161569@vivo.com>
… with append mode (apache#10430) Co-authored-by: xuyu <11161569@vivo.com>
…to specify hoodie.properties path (apache#10413)
Co-authored-by: dongsj <dongsj@asiainfo.com>
…ert time (apache#10619) Co-authored-by: rmahindra123 <rmahindra@Rajeshs-MacBook-Pro.local>
This reverts commit 81cddbb.
This commit introduces the generic `StorageConfiguration` to store configuration for I/O with `HoodieStorage`. Given there's overhead of reinitializing Hadoop's `Configuration` instance, the approach is to wrap the instance in the `HadoopStorageConfiguration` implementation. This change will enable us to remove our dependency on Hadoop's `Configuration` class. When integrated, places using `Configuration` will be replaced by `StorageConfiguration` and the `StorageConfiguration` will be passed around for instantiating `HoodieStorage` (unless Hadoop-based readers need the `Configuration` instance).
…incremental cleaning (apache#10651) * Fixing incremental cleaning with savepoint * Addressing feedback
Co-authored-by: rmahindra123 <rmahindra@Rajeshs-MacBook-Pro.local>
This aligns with the doc change here: apache#10680
…ache#10689) * fix npe * add empty table support as well * use empty relation * fix failing tests --------- Co-authored-by: Jonathan Vexler <=>
We have support for filtering the input files based on an extension (custom) for GCS Incr Source that can be configured. But we don't have the same for the S3 incr source (which always assumes that file extension is same as the format which may not be the case always). Co-authored-by: rmahindra123 <rmahindra@Rajeshs-MacBook-Pro.local>
…e in sparksql (apache#10703) * [HUDI-7423] Support table type name case-sensitive when create table in sparksql * add comments
…er methods for S3/GCS sources (apache#10701)
…ap with '.hadoop' (apache#10686) Co-authored-by: Vova Kolmakov <kolmakov.vladimir@huawei-partners.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Logs
Describe context and summary for this change. Highlight if any code was copied.
Impact
Describe any public API or user-facing feature change or any performance impact.
Risk level (write none, low medium or high below)
If medium or high, explain what verification was done to mitigate the risks.
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist