viirya commented on a change in pull request #25499: [SPARK-28774] [SQL] Fix 
exchange reuse for columnar data
URL: https://github.com/apache/spark/pull/25499#discussion_r315813283
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/ExchangeSuite.scala
 ##########
 @@ -105,6 +120,17 @@ class ExchangeSuite extends SparkPlanTest with 
SharedSparkSession {
     assert(exchange5 sameResult exchange4)
   }
 
+  test ("Columnar exchange works") {
 
 Review comment:
   Remove space after `test`?

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


With regards,
Apache Git Services

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

Reply via email to