dongjoon-hyun commented on code in PR #36723:
URL: https://github.com/apache/spark/pull/36723#discussion_r884581701
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala:
##########
@@ -147,10 +147,10 @@ class DataSourceV2SQLSuite
Array("", "", ""),
Array("# Detailed Table Information", "", ""),
Array("Name", "testcat.table_name", ""),
- Array("Comment", "this is a test table", ""),
- Array("Location", "file:/tmp/testcat/table_name", ""),
- Array("Provider", "foo", ""),
Array(TableCatalog.PROP_OWNER.capitalize, defaultUser, ""),
+ Array("Provider", "foo", ""),
+ Array("Location", "file:/tmp/testcat/table_name", ""),
+ Array("Comment", "this is a test table", ""),
Review Comment:
It would be great if we don't change this order in this **refactoring** if
possible.
Do you think we can avoid this, @AngersZhuuuu ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]