comphead commented on issue #44:
URL: 
https://github.com/apache/arrow-datafusion-comet/issues/44#issuecomment-1979864609

   Easy test to reproduce
   ```
   Seq(15901).toDF("dt").write.parquet("/tmp/dt")
   spark.read.schema("dt date").parquet("/tmp/dt").createOrReplaceTempView("v")
   spark.sql("select min(dt) from v").show(false)
   ```


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

Reply via email to