-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
feature requiredFunctionalities must haveFunctionalities must havegood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
currently, round() function has no native implementation because we found there are different behaviors from spark:
auron/spark-extension/src/main/scala/org/apache/spark/sql/auron/NativeConverters.scala
Line 818 in 9f03d94
| // TODO: datafusion's round() has different behavior from spark |
Describe the solution you'd like
implement native round() with the same behavior as spark (to verify this, we can bring some codes from spark's MathExpressionSuite.scala). we can use AI to directly translate spark's implementation to rust.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
feature requiredFunctionalities must haveFunctionalities must havegood first issueGood for newcomersGood for newcomers