fqaiser94 commented on a change in pull request #29795:
URL: https://github.com/apache/spark/pull/29795#discussion_r493064492



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/QueryTest.scala
##########
@@ -159,6 +160,14 @@ abstract class QueryTest extends PlanTest {
     checkAnswer(df, expectedAnswer.collect())
   }
 
+  protected def checkAnswer(

Review comment:
       I created another suite called `UpdateFieldsPerformanceSuite` as part of 
this PR where I reuse this function. 
   If you want, I could put the contents of `UpdateFieldsPerformanceSuite` in 
`ColumnExpressionSuite` and then I would be able to keep this function 
(`checkAnswer`) in just `ColumnExpressionSuite`. Just let me know. 




----------------------------------------------------------------
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:
[email protected]



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

Reply via email to