From 59f55d027e6c7bfd60edc73e7446071ef122d2c8 Mon Sep 17 00:00:00 2001 From: Allen Xu Date: Thu, 3 Sep 2026 16:42:37 +0800 Subject: [PATCH] test: recover ORC legacy date read coverage Signed-off-by: Allen Xu --- .../apache/spark/sql/rapids/utils/RapidsTestSettings.scala | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestSettings.scala b/tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestSettings.scala index 1672bc48ab7..a6efd517c5a 100644 --- a/tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestSettings.scala +++ b/tests/src/test/spark330/scala/org/apache/spark/sql/rapids/utils/RapidsTestSettings.scala @@ -257,9 +257,6 @@ class RapidsTestSettings extends BackendTestSettings { .exclude("Write Spark version into ORC file metadata", KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15468. " + "Recovery trigger: GPU ORC files include Spark version metadata; P1.")) - .exclude("SPARK-31238: compatibility with Spark 2.4 in reading dates", - KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15470. " + - "Recovery trigger: GPU ORC legacy date rebasing matches Spark CPU; P0.")) .exclude("SPARK-31284: compatibility with Spark 2.4 in reading timestamps", KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15471. " + "Recovery trigger: GPU ORC legacy timestamp reads match Spark CPU; P0.")) @@ -281,9 +278,6 @@ class RapidsTestSettings extends BackendTestSettings { .exclude("Write Spark version into ORC file metadata", KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15468. " + "Recovery trigger: GPU ORC files include Spark version metadata; P1.")) - .exclude("SPARK-31238: compatibility with Spark 2.4 in reading dates", - KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15470. " + - "Recovery trigger: GPU ORC legacy date rebasing matches Spark CPU; P0.")) .exclude("SPARK-31284: compatibility with Spark 2.4 in reading timestamps", KNOWN_ISSUE("https://github.com/NVIDIA/cudf-spark/issues/15471. " + "Recovery trigger: GPU ORC legacy timestamp reads match Spark CPU; P0."))