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

    https://github.com/apache/spark/pull/20247#discussion_r161381695
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala 
---
    @@ -2228,4 +2228,21 @@ class DataFrameSuite extends QueryTest with 
SharedSQLContext {
         checkAnswer(df, Row(0, 10) :: Nil)
         
assert(df.queryExecution.executedPlan.isInstanceOf[WholeStageCodegenExec])
       }
    +
    +  test("SPARK-23021 AnalysisBarrier should not cut off explain output for 
parsed logical plans") {
    --- End diff --
    
    Move it to `HiveExplainSuite`,


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to