wangyum commented on issue #25567: [SPARK-28527][SQL][TEST][test-maven] Re-run all the tests in SQLQueryTestSuite via Thrift Server URL: https://github.com/apache/spark/pull/25567#issuecomment-524507309 Yes. It works. But `pgSQL/text.sql` failed: ``` - pgSQL/text.sql *** FAILED *** "-1 -2 -3 -4 -5 0 1 a j 2 ah oj 3 aho hoj 4 ahoj ahoj 5 ahoj ahoj" did not contain "Exception" Exception did not match for query #19 select i, left('ahoj', i), right('ahoj', i) from range(-5, 6) t(i) order by i, expected: -1 -2 -3 -4 -5 0 1 a j 2 ah oj 3 aho hoj 4 ahoj ahoj 5 ahoj ahoj, but got: java.sql.SQLException org.apache.spark.sql.catalyst.parser.ParseException: no viable alternative at input 'left'(line 1, pos 10) == SQL == select i, left('ahoj', i), right('ahoj', i) from range(-5, 6) t(i) order by i ----------^^^ (ThriftServerQueryTestSuite.scala:178) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
