tedyu commented on pull request #31613: URL: https://github.com/apache/spark/pull/31613#issuecomment-783618313
``` 19:20:18.103 ERROR org.apache.spark.sql.SQLQueryTestSuite: Error using configs: [info] - udf/postgreSQL/udf-select_implicit.sql - Regular Python UDF *** FAILED *** (11 seconds, 22 milliseconds) [info] udf/postgreSQL/udf-select_implicit.sql - Regular Python UDF [info] Python: 3.7 [info] Expected "...guous, could be: x.b[, y.b].; line 3 pos 14", but got "...guous, could be: x.b[#ExprId(196786,0a40143b-4799-41c2-81db-91aee2983997), y.b#ExprId(196909,0a40143b-4799-41c2-81db-91aee2983997)].; line 3 pos 14" Result did not match for query #21 ``` Since JVM Id would vary from test run to test run, I would only show id after the '#' sign. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
