dongjoon-hyun commented on code in PR #48693:
URL: https://github.com/apache/spark/pull/48693#discussion_r1821271114


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala:
##########
@@ -231,7 +231,7 @@ class HiveQuerySuite extends HiveComparisonTest with 
SQLTestUtils with BeforeAnd
   createQueryTest("no from clause",
     "SELECT 1, +1, -1")
 
-  if (!conf.ansiEnabled) {
+  if (!spark.sessionState.conf.ansiEnabled) {

Review Comment:
   Kindly revert all modifications made to this test suite, as the test code is 
inconsequential to the performance evaluation.



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