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

Yingjianw/JDK 17 Upgrade #620

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

Conversation

stevie9868
Copy link
Contributor

No description provided.

@stevie9868 stevie9868 force-pushed the yingjianw/integrateThriftClientWithFastService branch 2 times, most recently from 1e0534f to ee79858 Compare November 7, 2024 07:28
use thrift with fast service
additional fix

add back polaris test
@stevie9868 stevie9868 force-pushed the yingjianw/integrateThriftClientWithFastService branch from ee79858 to b1bea50 Compare November 7, 2024 07:31
@stevie9868 stevie9868 force-pushed the yingjianw/integrateThriftClientWithFastService branch from 4669819 to 221d279 Compare November 8, 2024 04:07
@stevie9868 stevie9868 changed the title Yingjianw/integrate thrift client with fast service Yingjianw/JDK 17 Upgrade Nov 8, 2024
@@ -24,9 +24,9 @@
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NonNull;
import org.checkerframework.checker.nullness.qual.Nullable;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we want javax.annotation.Nullable (jakarta when we move to SBN3)

@@ -56,7 +56,7 @@ public class HiveConnectorFactory extends SpringConnectorFactory {
connectorContext.getConfiguration()
.getOrDefault(HiveConfigConstants.USE_EMBEDDED_METASTORE, "false")
);
final boolean useFastHiveService = useLocalMetastore && Boolean.parseBoolean(
final boolean useFastHiveService = Boolean.parseBoolean(
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this anymore? I feel we should remove the embedded HMS entirely given it won't work anymore on SBN3.

@@ -19,7 +19,7 @@

import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.google.common.base.Preconditions;
//import com.google.common.base.Preconditions;
Copy link
Collaborator

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

3 participants