comphead opened a new issue, #3515:
URL: https://github.com/apache/datafusion-comet/issues/3515
### 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_
--
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]