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.5 #11326

Closed
wants to merge 149 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
bhasudha and others added 28 commits February 26, 2024 22:16
…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 <[email protected]>
…e in sparksql (apache#10703)

* [HUDI-7423] Support table type name case-sensitive when create table in sparksql

* add comments
@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.