Yikf commented on PR #40437:
URL: https://github.com/apache/spark/pull/40437#issuecomment-1500073818

   > I'm looking for consistency. `df.show` is what users see, and 
`hiveResultString` is for golden files. Shouldn't the golden file match what 
users really see? Why do we test something that is almost invisible to users?
   
   In fact, `SQLQueryTestSuite` does not test `df.show`, it is actually 
something under the `DataSet`, and `hiveResultString` only prints out the data 
of the `DataSet`, but I agree with you. It is better to print with spark's 
resultString


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to