Open andygrove opened 4 months ago
I filed an issue in DataFusion repo: https://github.com/apache/datafusion/issues/11557
There is now a PR open against DataFusion to add a Postgres-compatible implementation of signum, which is very close to what we need for Spark. https://github.com/apache/datafusion/pull/11580
Native signum is disabled for now
Describe the bug
SQL
Spark Plan
Comet Plan
First difference at row 102: Spark:
0,0.0
Comet:0,1.0
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response