rui-mo commented on PR #10567: URL: https://github.com/apache/incubator-gluten/pull/10567#issuecomment-3244845162
@nimesh1601 It appears that the Clickhouse UT fails because of below error. The way to solve it is to implement different transformers for CH and Velox backends, like the `BackendsApiManager.getSparkPlanExecApiInstance.genTruncTimestampTransformer`. If you have any questions about how to implement, please let me know. > GLUTEN-4085: Fix unix_timestamp/to_unix_timestamp *** FAILED *** 18:18:26 org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 2168.0 failed 1 times, most recent failure: Lost task 0.0 in stage 2168.0 (TID 4566) (gluten-gluten-ci-17239-86s6m-6phlb-32x8g executor driver): org.apache.gluten.exception.GlutenException: Function to_unix_timestamp requires exactly two arguments -- 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]
