yew1eb opened a new issue, #2050: URL: https://github.com/apache/auron/issues/2050
Fallback log: `WARN NativeConverters: Falling back expression: scala.NotImplementedError: unsupported expression: (class org.apache.spark.sql.catalyst.expressions.UnaryMinus) -col1#12` To Reproduce: ``` create table t1(col1 int) using parquet; insert into t1 values(1), (2), (3), (3); SELECT negative(col1), -(col1) FROM t1; ``` -- 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]
