-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
During DF52 migration #3046 the test
select column with default value stopped to work. The default values are not applied
== Results ==
!== Correct Answer - 1 == == Spark Answer - 1 ==
struct<col2:boolean> struct<col2:boolean>
![true] [null] (QueryTest.scala:244)
The reason DF expects default values to be sent before Column expressions to replace respective value by column name, however currently Comet sends default values after Column
Steps to reproduce
make core && RUST_BACKTRACE=1 COMET_PARQUET_SCAN_IMPL=native_datafusion ./mvnw test -Dsuites="org.apache.comet.CometFuzzTestSuite select column with default value"
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working