diff --git a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index 5f66df1a04fe..2d92c5ca20ae 100644 --- a/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark32/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -857,7 +857,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") // Rewrite because the filter after datasource is not needed. @@ -869,7 +868,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") // Rewrite because the filter after datasource is not needed. diff --git a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index f2e75f84ffd1..dd14a604be07 100644 --- a/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark33/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -682,7 +682,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") .exclude("SPARK-36182: read TimestampNTZ as TimestampLTZ") @@ -698,7 +697,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") .exclude("SPARK-36182: read TimestampNTZ as TimestampLTZ") diff --git a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala index 182c896d2d4f..2f766f9ae6fe 100644 --- a/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala +++ b/gluten-ut/spark34/src/test/scala/io/glutenproject/utils/velox/VeloxTestSettings.scala @@ -668,7 +668,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") .exclude("SPARK-36182: read TimestampNTZ as TimestampLTZ") @@ -684,7 +683,6 @@ class VeloxTestSettings extends BackendTestSettings { // decimal failed ut .exclude("SPARK-34212 Parquet should read decimals correctly") // Timestamp is read as INT96. - .exclude("SPARK-10634 timestamp written and read as INT64 - truncation") .exclude("Migration from INT96 to TIMESTAMP_MICROS timestamp type") .exclude("SPARK-10365 timestamp written and read as INT64 - TIMESTAMP_MICROS") .exclude("SPARK-36182: read TimestampNTZ as TimestampLTZ")