This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 67f59dd9d [Hotfix] Fix the package of ArcticErrorCode (#2760)
67f59dd9d is described below
commit 67f59dd9d02d6576be65d340aa5e4648ab598d6d
Author: Qishang Zhong <[email protected]>
AuthorDate: Thu Apr 18 10:29:07 2024 +0800
[Hotfix] Fix the package of ArcticErrorCode (#2760)
Signed-off-by: Qishang Zhong <[email protected]>
---
.../src/main/java/org/apache/amoro/{ => trino}/ArcticErrorCode.java | 2 +-
.../java/org/apache/amoro/trino/keyed/KeyedConnectorPageSource.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/mixed-format/trino/src/main/java/org/apache/amoro/ArcticErrorCode.java
b/mixed-format/trino/src/main/java/org/apache/amoro/trino/ArcticErrorCode.java
similarity index 97%
rename from
mixed-format/trino/src/main/java/org/apache/amoro/ArcticErrorCode.java
rename to
mixed-format/trino/src/main/java/org/apache/amoro/trino/ArcticErrorCode.java
index 955cf84f9..c4b0476cc 100644
--- a/mixed-format/trino/src/main/java/org/apache/amoro/ArcticErrorCode.java
+++
b/mixed-format/trino/src/main/java/org/apache/amoro/trino/ArcticErrorCode.java
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package org.apache.amoro;
+package org.apache.amoro.trino;
import static io.trino.spi.ErrorType.EXTERNAL;
diff --git
a/mixed-format/trino/src/main/java/org/apache/amoro/trino/keyed/KeyedConnectorPageSource.java
b/mixed-format/trino/src/main/java/org/apache/amoro/trino/keyed/KeyedConnectorPageSource.java
index 6e5e98033..8f737936c 100644
---
a/mixed-format/trino/src/main/java/org/apache/amoro/trino/keyed/KeyedConnectorPageSource.java
+++
b/mixed-format/trino/src/main/java/org/apache/amoro/trino/keyed/KeyedConnectorPageSource.java
@@ -46,7 +46,7 @@ import
org.apache.amoro.hive.io.reader.AdaptHiveArcticDeleteFilter;
import org.apache.iceberg.io.CloseableIterable;
import org.apache.iceberg.relocated.com.google.common.collect.ImmutableList;
import org.joda.time.DateTimeZone;
-import org.apache.amoro.ArcticErrorCode;
+import org.apache.amoro.trino.ArcticErrorCode;
import java.io.IOException;
import java.util.HashMap;