mbutrovich opened a new issue, #4742:
URL: https://github.com/apache/datafusion-comet/issues/4742

   Just saw this failure in CI when building `main`. Not sure if it's just 
something we missed updating in the diff:
   
   ```
   [info] - SPARK-50258: Fix output column order changed issue after AQE 
optimization *** FAILED *** (186 milliseconds)
   [info]   CometNativeColumnarToRow
   [info]   +- CometWindowExec [year#100289, course#100288, earnings#100290, 
balance#100287], [sum(earnings#100290) windowspecdefinition(year#100289 ASC 
NULLS FIRST, course#100288 ASC NULLS FIRST, specifiedwindowframe(RangeFrame, 
unboundedpreceding$(), currentrow$())) AS balance#100287], [year#100289 ASC 
NULLS FIRST, course#100288 ASC NULLS FIRST]
   [info]      +- CometSort [year#100289, course#100288, earnings#100290], 
[year#100289 ASC NULLS FIRST, course#100288 ASC NULLS FIRST]
   [info]         +- ShuffleQueryStage 0
   [info]            +- CometExchange SinglePartition, ENSURE_REQUIREMENTS, 
CometNativeShuffle, [plan_id=537471]
   [info]               +- CometProject [year#100289, course#100288, 
earnings#100290], [year#100289, course#100288, earnings#100290]
   [info]                  +- CometNativeScan parquet 
spark_catalog.default.t[course#100288,year#100289,earnings#100290] Batched: 
true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1 
paths)[file:/__w/datafusion-comet/datafusion-comet/apache-spark/sql/core/spar...,
 PartitionFilters: [], PushedFilters: [], ReadSchema: 
struct<course:string,year:int,earnings:double>
   [info]    was not instance of 
org.apache.spark.sql.execution.window.WindowExec 
(AdaptiveQueryExecSuite.scala:3176)
   [info]   org.scalatest.exceptions.TestFailedException:
   [info]   at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   [info]   at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
   [info]   at 
org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
   ```
   
   
https://github.com/apache/datafusion-comet/actions/runs/28255211896/job/83724366004


-- 
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]

Reply via email to