HyukjinKwon commented on a change in pull request #31466:
URL: https://github.com/apache/spark/pull/31466#discussion_r570650670
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
##########
@@ -260,9 +260,6 @@ class SQLQueryTestSuite extends QueryTest with
SharedSparkSession with SQLHelper
newLine.startsWith("--") && !newLine.startsWith("--QUERY-DELIMITER")
}
- // SPARK-32106 Since we add SQL test 'transform.sql' will use `cat`
command,
- // here we need to check command available
- assume(TestUtils.testCommandAvailable("/bin/bash"))
Review comment:
Can we conditionally skip here instead of filtering the tests out?
----------------------------------------------------------------
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]