zhouyuan commented on PR #12229: URL: https://github.com/apache/gluten/pull/12229#issuecomment-4668107437
I saw some failures are due to plan change: ``` [2026-06-10T06:13:41.828Z] - don't add sort when the required ordering is empty *** FAILED *** [2026-06-10T06:13:41.828Z] WriteFiles [2026-06-10T06:13:41.828Z] +- *(1) ColumnarToRow [2026-06-10T06:13:41.828Z] +- FileScan parquet spark_catalog.default.t0[i#19,j#20,k#21] Batched: true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1 paths)[file:/home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-6/backend..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<i:int,j:int,k:string> [2026-06-10T06:13:41.828Z] was not instance of org.apache.gluten.execution.GlutenPlan (DeltaV1WritesSuite.scala:69) [2026-06-10T06:13:41.932Z] 2026-06-10 06:13:41.798 [1][ScalaTest-main-running-DiscoverySuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: DropTable[QueryId=14], due to: DropTable has TimestampNTZType in input/output schema [2026-06-10T06:13:41.935Z] 2026-06-10 06:13:41.827 [1][ScalaTest-main-running-DiscoverySuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Execute CreateDataSourceTableCommand[QueryId=15], due to: Execute CreateDataSourceTableCommand has TimestampNTZType in input/output schema [2026-06-10T06:13:41.935Z] 2026-06-10 06:13:41.848 [1][ScalaTest-main-running-DiscoverySuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Execute RepairTableCommand[QueryId=16], due to: Execute RepairTableCommand has TimestampNTZType in input/output schema [2026-06-10T06:13:42.081Z] 2026-06-10 06:13:41.856 [1][ScalaTest-main-running-DeltaV1WritesSuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Scan parquet spark_catalog.default.t0, due to: Scan parquet spark_catalog.default.t0 has TimestampNTZType in input/output schema [2026-06-10T06:13:42.085Z] 2026-06-10 06:13:41.856 [1][ScalaTest-main-running-DeltaV1WritesSuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: ColumnarToRow, due to: Scan parquet spark_catalog.default.t0 has TimestampNTZType in input/output schema [2026-06-10T06:13:42.085Z] 2026-06-10 06:13:41.856 [1][ScalaTest-main-running-DeltaV1WritesSuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Exchange, due to: Exchange has TimestampNTZType in input/output schema [2026-06-10T06:13:42.085Z] 2026-06-10 06:13:41.856 [1][ScalaTest-main-running-DeltaV1WritesSuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Sort, due to: Sort has TimestampNTZType in input/output schema [2026-06-10T06:13:42.085Z] 2026-06-10 06:13:41.856 [1][ScalaTest-main-running-DeltaV1WritesSuite] WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: WriteFiles, due to: WriteFiles has TimestampNTZType in input/output schema [2026-06-10T06:13:42.085Z] - don't add sort when the required ordering is already satisfied *** FAILED *** [2026-06-10T06:13:42.085Z] WriteFiles [2026-06-10T06:13:42.085Z] +- *(2) Sort [k#21 ASC NULLS FIRST], true, 0 [2026-06-10T06:13:42.085Z] +- Exchange rangepartitioning(k#21 ASC NULLS FIRST, 5), ENSURE_REQUIREMENTS, [plan_id=174] [2026-06-10T06:13:42.085Z] +- *(1) ColumnarToRow [2026-06-10T06:13:42.085Z] +- FileScan parquet spark_catalog.default.t0[i#19,j#20,k#21] Batched: true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1 paths)[file:/home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-6/backend..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<i:int,j:int,k:string> [2026-06-10T06:13:42.085Z] was not instance of org.apache.gluten.execution.GlutenPlan (DeltaV1WritesSuite.scala:83) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
