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

[MINOR][DNM][TESTING] Flink bundle testing 5.01 #11328

Closed
wants to merge 111 commits into from

Conversation

yihua
Copy link
Contributor

@yihua yihua commented May 27, 2024

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".

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

yihua and others added 30 commits February 26, 2024 15:30
…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 <[email protected]>
Co-authored-by: Jonathan Vexler <=>
Co-authored-by: Y Ethan Guo <[email protected]>
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 <[email protected]>
Co-authored-by: Prabhu Joseph <[email protected]>
Co-authored-by: root <[email protected]>
---------

Co-authored-by: Shawn Chang <[email protected]>
Co-authored-by: Y Ethan Guo <[email protected]>
…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
yihua and others added 28 commits February 26, 2024 18:04
…tPendingClusterInstant (apache#10613)

Co-authored-by: Jonathan Vexler <=>
Which is caused by issues from underlying MiniHDFS.
* [HUDI-7367] Add makeQualified APIs

* Fix checkstyle
…ess.type.promotion (apache#10611)

---------

Co-authored-by: Jonathan Vexler <=>
* [HUDI-6902] Containerize the Azure tests

* remove warning message
@github-actions github-actions bot added the size:XL PR with lines of changes > 1000 label May 27, 2024
@yihua yihua closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XL PR with lines of changes > 1000
Projects
None yet
Development

Successfully merging this pull request may close these issues.