You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/19 10:25:41 UTC

[GitHub] [spark] wangyum commented on issue #25373: [SPARK-28527][SQL][TEST] Re-run all the tests in SQLQueryTestSuite via Thrift Server

wangyum commented on issue #25373: [SPARK-28527][SQL][TEST] Re-run all the tests in SQLQueryTestSuite via Thrift Server
URL: https://github.com/apache/spark/pull/25373#issuecomment-522508855
 
 
   The reason is that the [path](https://github.com/apache/spark/blob/f0834d3a7f945759bbbcba970d24a49ba1d08421/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala#L447) is different:
   maven:
   ```
   path: /root/opensource/spark/sql/hive-thriftserver/file:/root/opensource/spark/sql/core/target/spark-sql_2.12-3.0.0-SNAPSHOT-tests.jar!/sql-tests/inputs
   ```
   sbt:
   ```
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/subquery
   ppath: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/subquery/negative-cases
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/subquery/exists-subquery
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/subquery/in-subquery
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/subquery/scalar-subquery
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/typeCoercion
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/typeCoercion/native
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/pgSQL
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/ansi
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/udf
   path: /root/opensource/spark/sql/core/target/scala-2.12/test-classes/sql-tests/inputs/udf/pgSQL
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org