From 022c14b7d5dbe5ff1ba54440b2cbc7169ec16bcf Mon Sep 17 00:00:00 2001 From: KaiqiJinWow Date: Fri, 28 Feb 2025 09:03:05 -0800 Subject: [PATCH] fix --- .../spark/sql/delta/icebergShaded/IcebergTransactionUtils.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceberg/src/main/scala/org/apache/spark/sql/delta/icebergShaded/IcebergTransactionUtils.scala b/iceberg/src/main/scala/org/apache/spark/sql/delta/icebergShaded/IcebergTransactionUtils.scala index 81d4b5bc393..83e75d9933d 100644 --- a/iceberg/src/main/scala/org/apache/spark/sql/delta/icebergShaded/IcebergTransactionUtils.scala +++ b/iceberg/src/main/scala/org/apache/spark/sql/delta/icebergShaded/IcebergTransactionUtils.scala @@ -35,12 +35,12 @@ import shadedForDelta.org.apache.iceberg.{DataFile, DataFiles, FileFormat, Parti import shadedForDelta.org.apache.iceberg.Metrics import shadedForDelta.org.apache.iceberg.StructLike import shadedForDelta.org.apache.iceberg.TableProperties -import shadedForDelta.org.apache.iceberg.util.DateTimeUtil // scalastyle:off import.ordering.noEmptyLine import shadedForDelta.org.apache.iceberg.catalog.{Namespace, TableIdentifier => IcebergTableIdentifier} // scalastyle:on import.ordering.noEmptyLine import shadedForDelta.org.apache.iceberg.hive.HiveCatalog +import shadedForDelta.org.apache.iceberg.util.DateTimeUtil import org.apache.spark.sql.catalyst.{InternalRow, TableIdentifier => SparkTableIdentifier} import org.apache.spark.sql.types.{BinaryType, BooleanType, ByteType, DataType, DateType, DecimalType, DoubleType, FloatType, IntegerType, LongType, ShortType, StringType, StructType, TimestampNTZType, TimestampType}