LuciferYang commented on code in PR #47293:
URL: https://github.com/apache/spark/pull/47293#discussion_r1673840632


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala:
##########
@@ -243,7 +242,7 @@ class HiveQuerySuite extends HiveComparisonTest with 
SQLTestUtils with BeforeAnd
         |  2 = true, 2L = true, 2Y = true, true = 2, true = 2L, true = 2Y,
         |  2 = false, 2L = false, 2Y = false, false = 2, false = 2L, false = 2Y
         |FROM src LIMIT 1
-    """.stripMargin)
+      """.stripMargin)

Review Comment:
   Does this change seem unrelated to the current pr



##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala:
##########
@@ -243,7 +242,7 @@ class HiveQuerySuite extends HiveComparisonTest with 
SQLTestUtils with BeforeAnd
         |  2 = true, 2L = true, 2Y = true, true = 2, true = 2L, true = 2Y,
         |  2 = false, 2L = false, 2Y = false, false = 2, false = 2L, false = 2Y
         |FROM src LIMIT 1
-    """.stripMargin)
+      """.stripMargin)

Review Comment:
   this change seem unrelated to the current pr



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