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 2021/12/09 09:36:26 UTC

[GitHub] [spark] beliefer commented on a change in pull request #34841: [SPARK-37589][SQL][TESTS] Improve the performance of `PlanParserSuite`

beliefer commented on a change in pull request #34841:
URL: https://github.com/apache/spark/pull/34841#discussion_r765597341



##########
File path: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/PlanParserSuite.scala
##########
@@ -39,9 +39,16 @@ class PlanParserSuite extends AnalysisTest {
     comparePlans(parsePlan(sqlCommand), plan, checkAnalysis = false)
   }
 
+  private def assertQueryEqual(query: String, plan: LogicalPlan): Unit = {

Review comment:
       About tens of milliseconds




-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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