cloud-fan commented on a change in pull request #31245:
URL: https://github.com/apache/spark/pull/31245#discussion_r570935714



##########
File path: sql/core/src/test/resources/sql-tests/results/show-tables.sql.out
##########
@@ -61,7 +61,7 @@ struct<>
 -- !query
 SHOW TABLES
 -- !query schema
-struct<database:string,tableName:string,isTemporary:boolean>
+struct<namespace:string,tableName:string,isTemporary:boolean>

Review comment:
       at the beginning of this file, let's add ` --SET 
spark.sql.legacy.keepCommandOutputSchema=false` to make sure the test result is 
not affected by the config default value.




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