Skip to content

Conversation

@yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Aug 4, 2025

What changes were proposed in this pull request?

This PR adds support for Hive Metastore Server v4.1

Why are the changes needed?

Hive version compatibility improvements

Does this PR introduce any user-facing change?

no

How was this patch tested?

new tests

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

no

@github-actions github-actions bot added the SQL label Aug 4, 2025
@yaooqinn yaooqinn marked this pull request as draft August 4, 2025 05:47
@github-actions github-actions bot added the DOCS label Aug 4, 2025
@yaooqinn yaooqinn changed the title Support HMS v4.1 [SPARK-53095][SQL] Support HMS v4.1 Aug 4, 2025

test("listTables(database)") {
assert(client.listTables("default") === Seq("src", "temporary", "view1"))
assert((client.listTables("default") diff Seq("src", "temporary", "view1")) === Nil)
Copy link
Contributor

@LuciferYang LuciferYang Aug 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is a change needed here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return order changes(haven't known the cause)

@yaooqinn yaooqinn marked this pull request as ready for review August 4, 2025 08:53
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @yaooqinn .

@yaooqinn yaooqinn deleted the hive41 branch August 5, 2025 02:06
@yaooqinn
Copy link
Member Author

yaooqinn commented Aug 5, 2025

Thank you @dongjoon-hyun

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.

3 participants