Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19971#discussion_r156945302
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/TPCDSQuerySuite.scala ---
    @@ -29,7 +32,7 @@ import org.apache.spark.util.Utils
      * This test suite ensures all the TPC-DS queries can be successfully 
analyzed and optimized
      * without hitting the max iteration threshold.
      */
    -class TPCDSQuerySuite extends QueryTest with SharedSQLContext with 
BeforeAndAfterAll {
    +class TPCDSQuerySuite extends QueryTest with SharedSQLContext with 
BeforeAndAfterAll with Logging {
    --- End diff --
    
    nit: drop `Logging` and the import


---

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

Reply via email to