dongjoon-hyun commented on pull request #30477:
URL: https://github.com/apache/spark/pull/30477#issuecomment-732632832


   The last change affects only `DataSourceV2SQLSuite`. I manually verified it.
   ```
   $ build/sbt "sql/testOnly *.DataSourceV2SQLSuite"
   ...
   [info] - SPARK-31255: Project a metadata column (90 milliseconds)
   [info] - SPARK-31255: Projects data column when metadata column has the same 
name (78 milliseconds)
   [info] - SPARK-31255: * expansion does not include metadata columns (67 
milliseconds)
   [info] - SPARK-33505: insert into partitioned table (57 milliseconds)
   19:31:17.051 WARN org.apache.spark.sql.connector.DataSourceV2SQLSuite:
   
   ===== POSSIBLE THREAD LEAK IN SUITE 
o.a.s.sql.connector.DataSourceV2SQLSuite, thread names: rpc-boss-3-1, 
shuffle-boss-6-1 =====
   [info] ScalaTest
   [info] Run completed in 26 seconds, 773 milliseconds.
   [info] Total number of tests run: 223
   [info] Suites: completed 1, aborted 0
   [info] Tests: succeeded 223, failed 0, canceled 0, ignored 2, pending 0
   [info] All tests passed.
   [info] Passed: Total 223, Failed 0, Errors 0, Passed 223, Ignored 2
   [success] Total time: 226 s (03:46), completed Nov 23, 2020 7:31:17 PM
   ```


----------------------------------------------------------------
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]

Reply via email to