Skip to content

HIVE-28801 Iceberg: Refactor HMS table parameter setting to be able to reuse #5676

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

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

zratkai
Copy link
Contributor

@zratkai zratkai commented Mar 4, 2025

HIVE-28801 Iceberg: Refactor HMS table parameter setting to be able to reuse

Change-Id: I317cee162f1bc39ee9e385bd3ac82bea3414a06e

What changes were proposed in this pull request?

Refactoring HMS table parameter setting to be able to reuse

Why are the changes needed?

To be able to reuse existing code.

Does this PR introduce any user-facing change?

No.

Is the change a dependency upgrade?

No.

How was this patch tested?

Unit test.

@difin
Copy link
Contributor

difin commented Mar 28, 2025

There are test failures with error like
java.lang.NoSuchMethodException: org.apache.iceberg.hive.HiveTableOperations.setStorageHandler(java.util.Map, boolean)

@difin
Copy link
Contributor

difin commented Apr 4, 2025

LGTM +1, pending tests and #5676 (comment)

}
}

public static void setSchema(Schema schema, Map<String, String> parameters, long maxHiveTablePropertySize) {
Copy link
Member

Choose a reason for hiding this comment

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

should we declare public methods at the top of class declaration?

Copy link
Member

@deniskuzZ deniskuzZ left a comment

Choose a reason for hiding this comment

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

+1, pending green build

… reuse

Change-Id: I307f09032d1ed8ee5a6eea78394939d2de48b54b
Copy link

sonarqubecloud bot commented Apr 8, 2025

@deniskuzZ deniskuzZ merged commit b9ada6d into apache:master Apr 8, 2025
4 checks passed
basapuram-kumar pushed a commit to acceldata-io/hive that referenced this pull request Jul 8, 2025
…to reuse (Zoltán Rátkai, reviewed by Denys Kuzmenko, Dmitriy Fingerman)

Closes apache#5676, Iceberg #12461
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.

5 participants