From b69e9aaa3094884534e83d6c021311df300f686e Mon Sep 17 00:00:00 2001 From: "joey.ljy" Date: Sat, 23 Mar 2024 18:07:34 +0800 Subject: [PATCH] Remove exlcude for SPARK-10634 timestamp written and read as INT64 - truncation --- .../scala/io/glutenproject/utils/velox/VeloxTestSettings.scala | 2 -- .../scala/io/glutenproject/utils/velox/VeloxTestSettings.scala | 2 -- .../scala/io/glutenproject/utils/velox/VeloxTestSettings.scala | 2 -- 3 files changed, 6 deletions(-) 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")