LuciferYang commented on PR #41552: URL: https://github.com/apache/spark/pull/41552#issuecomment-1593887715
run `build/sbt clean "sql/test" -Dtest.exclude.tags=org.apache.spark.tags.ExtendedSQLTest,org.apache.spark.tags.SlowSQLTest` QueryExecutionSuite will failed. ``` 2023-06-15T19:58:34.4105460Z [0m[[0m[0minfo[0m] [0m[0m[32mQueryExecutionSuite:[0m[0m 2023-06-15T19:58:34.5395268Z [0m[[0m[0minfo[0m] [0m[0m[32m- dumping query execution info to a file (77 milliseconds)[0m[0m 2023-06-15T19:58:34.5856902Z [0m[[0m[0minfo[0m] [0m[0m[32m- dumping query execution info to an existing file (49 milliseconds)[0m[0m 2023-06-15T19:58:34.6099849Z [0m[[0m[0minfo[0m] [0m[0m[32m- dumping query execution info to non-existing folder (25 milliseconds)[0m[0m 2023-06-15T19:58:34.6136467Z [0m[[0m[0minfo[0m] [0m[0m[32m- dumping query execution info by invalid path (4 milliseconds)[0m[0m 2023-06-15T19:58:34.6425071Z [0m[[0m[0minfo[0m] [0m[0m[32m- dumping query execution info to a file - explainMode=formatted (28 milliseconds)[0m[0m 2023-06-15T19:58:34.7084916Z [0m[[0m[0minfo[0m] [0m[0m[32m- limit number of fields by sql config (66 milliseconds)[0m[0m 2023-06-15T19:58:34.7432299Z [0m[[0m[0minfo[0m] [0m[0m[32m- check maximum fields restriction (34 milliseconds)[0m[0m 2023-06-15T19:58:34.7554546Z [0m[[0m[0minfo[0m] [0m[0m[32m- toString() exception/error handling (11 milliseconds)[0m[0m 2023-06-15T19:58:34.7621424Z [0m[[0m[0minfo[0m] [0m[0m[32m- SPARK-28346: clone the query plan between different stages (6 milliseconds)[0m[0m 2023-06-15T19:58:34.8001412Z [0m[[0m[0minfo[0m] [0m[0m[31m- Logging plan changes for execution *** FAILED *** (12 milliseconds)[0m[0m 2023-06-15T19:58:34.8007977Z [0m[[0m[0minfo[0m] [0m[0m[31m testAppender.loggingEvents.exists(((x$10: org.apache.logging.log4j.core.LogEvent) => x$10.getMessage().getFormattedMessage().contains(expectedMsg))) was false (QueryExecutionSuite.scala:232)[0m[0m ``` but furn `build/sbt "sql/testOnly *QueryExecutionSuite"` not this issue, need to investigate. -- 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]
