dongjoon-hyun commented on PR #43092: URL: https://github.com/apache/spark/pull/43092#issuecomment-1734149607
I verified manually this removal. This suite works fine without any compilation issue. ``` $ build/sbt "catalyst/testOnly *.TreeNodeSuite" ... [info] Run completed in 1 second, 730 milliseconds. [info] Total number of tests run: 34 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 34, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 10 s, completed Sep 25, 2023, 10:07:21 AM ``` -- 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]
