Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Timestamp functions are unsupported in Gandiva due to definition mismatch.
For example, Gandiva supports timestampAddMonth(timestamp, int32) but the expected signature is timestampAddMonth(int32, timestamp).