Skip to content

[SPARK-51348][BUILD][SQL] Upgrade Hive to 4.1 #52099

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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

vrozov
Copy link
Member

@vrozov vrozov commented Aug 22, 2025

What changes were proposed in this pull request?

Upgrade Hive dependency to 4.1.0

Why are the changes needed?

Apache Hive 1.x, 2.x and 3.x are EOL and are not longer supported by the Apache Hive community

Does this PR introduce any user-facing change?

Yes, it drops support for EOL versions of Hive 1.x, 2.x and 3.x.

There is no change in the Spark behavior and several changes on Hive 4.x compared to Hive 2.3:

  • Hive managed tables
  • Indices are not supported
  • ORC invalid Gregorian dates are handled differently compared to Spark and prior Hive version

How was this patch tested?

Few tests required modification due to changed Hive behavior, otherwise all existing Spark tests pass.

Was this patch authored or co-authored using generative AI tooling?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant