This is an automated email from the ASF dual-hosted git repository.

junhao pushed a commit to branch release-0.8
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/release-0.8 by this push:
     new 6833bb560 Fix build issue after cherry-pick
6833bb560 is described below

commit 6833bb56009c75859cb3be8dd4191d2f1b073dff
Author: yejunhao <[email protected]>
AuthorDate: Thu May 30 17:34:58 2024 +0800

    Fix build issue after cherry-pick
---
 .../src/main/java/org/apache/paimon/hive/HiveMetastoreClient.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/hive/HiveMetastoreClient.java
 
b/paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/hive/HiveMetastoreClient.java
index 64e01b253..e2771c0e6 100644
--- 
a/paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/hive/HiveMetastoreClient.java
+++ 
b/paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/hive/HiveMetastoreClient.java
@@ -45,7 +45,7 @@ public class HiveMetastoreClient implements MetastoreClient {
     private final IMetaStoreClient client;
     private final StorageDescriptor sd;
 
-    private HiveMetastoreClient(Identifier identifier, TableSchema schema, 
IMetaStoreClient client)
+    public HiveMetastoreClient(Identifier identifier, TableSchema schema, 
IMetaStoreClient client)
             throws Exception {
         this.identifier = identifier;
         this.partitionComputer =

Reply via email to