cloud-fan commented on code in PR #37042:
URL: https://github.com/apache/spark/pull/37042#discussion_r913360402


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:
##########
@@ -147,6 +147,8 @@ class SQLQueryTestSuite extends QueryTest with 
SharedSparkSession with SQLHelper
     .set(SQLConf.SHUFFLE_PARTITIONS, 4)
     // use Java 8 time API to handle negative years properly
     .set(SQLConf.DATETIME_JAVA8API_ENABLED, true)
+    // exclude serde on catalog table for explain to make life easier
+    .set(SQLConf.SQL_EXPLAIN_EXCLUDE_SERDE_ON_CATALOG_TABLE, true)

Review Comment:
   Let's make the test conf more invisible: let's hardcode the conf name 
`spark.test.noSerdeInExplain`



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

Reply via email to