[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32520: [SPARK-35385][SQL][TESTS] Skip duplicate queries in the TPCDS-related tests

2021-05-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #32520: URL: https://github.com/apache/spark/pull/32520#discussion_r631160558 ## File path: sql/core/src/test/scala/org/apache/spark/sql/TPCDSQueryTestSuite.scala ## @@ -83,12 +83,6 @@ class TPCDSQueryTestSuite extends

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #32520: [SPARK-35385][SQL][TESTS] Skip duplicate queries in the TPCDS-related tests

2021-05-12 Thread GitBox
dongjoon-hyun commented on a change in pull request #32520: URL: https://github.com/apache/spark/pull/32520#discussion_r631160095 ## File path: sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala ## @@ -36,6 +36,12 @@ trait TPCDSBase extends SharedSparkSession with