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 [info] 
QueryExecutionSuite:
   2023-06-15T19:58:34.5395268Z [info] - dumping 
query execution info to a file (77 milliseconds)
   2023-06-15T19:58:34.5856902Z [info] - dumping 
query execution info to an existing file (49 milliseconds)
   2023-06-15T19:58:34.6099849Z [info] - dumping 
query execution info to non-existing folder (25 milliseconds)
   2023-06-15T19:58:34.6136467Z [info] - dumping 
query execution info by invalid path (4 milliseconds)
   2023-06-15T19:58:34.6425071Z [info] - dumping 
query execution info to a file - explainMode=formatted (28 milliseconds)
   2023-06-15T19:58:34.7084916Z [info] - limit 
number of fields by sql config (66 milliseconds)
   2023-06-15T19:58:34.7432299Z [info] - check 
maximum fields restriction (34 milliseconds)
   2023-06-15T19:58:34.7554546Z [info] - 
toString() exception/error handling (11 milliseconds)
   2023-06-15T19:58:34.7621424Z [info] - 
SPARK-28346: clone the query plan between different stages (6 
milliseconds)
   2023-06-15T19:58:34.8001412Z [info] - Logging 
plan changes for execution *** FAILED *** (12 milliseconds)
   2023-06-15T19:58:34.8007977Z [info]   
testAppender.loggingEvents.exists(((x$10: 
org.apache.logging.log4j.core.LogEvent) => 
x$10.getMessage().getFormattedMessage().contains(expectedMsg))) was false 
(QueryExecutionSuite.scala:232)
   ```
   
   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]

Reply via email to