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

technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new b45c2ed61b9 Fix cherry-pick #20605 cause compile issue.
b45c2ed61b9 is described below

commit b45c2ed61b911cf286cf1305ed03725b07b005de
Author: Jiwe Guo <[email protected]>
AuthorDate: Thu Jun 29 19:24:13 2023 +0800

    Fix cherry-pick #20605 cause compile issue.
---
 .../java/org/apache/pulsar/sql/presto/TestPulsarConnectorConfig.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-sql/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/TestPulsarConnectorConfig.java
 
b/pulsar-sql/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/TestPulsarConnectorConfig.java
index 25a1959b60f..a5b5592e3eb 100644
--- 
a/pulsar-sql/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/TestPulsarConnectorConfig.java
+++ 
b/pulsar-sql/presto-pulsar/src/test/java/org/apache/pulsar/sql/presto/TestPulsarConnectorConfig.java
@@ -20,7 +20,7 @@ package org.apache.pulsar.sql.presto;
 
 import io.airlift.bootstrap.Bootstrap;
 import io.airlift.json.JsonModule;
-import io.trino.spi.type.TypeManager;
+import io.prestosql.spi.type.TypeManager;
 import java.util.HashMap;
 import java.util.Map;
 import org.apache.pulsar.common.policies.data.OffloadPoliciesImpl;

Reply via email to