panbingkun commented on code in PR #47293:
URL: https://github.com/apache/spark/pull/47293#discussion_r1675351270
##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala:
##########
@@ -1307,7 +1322,7 @@ class HiveQuerySuite extends HiveComparisonTest with
SQLTestUtils with BeforeAnd
assertResult(2, "Duplicated project detected\n" + analyzedPlan) {
analyzedPlan.collect {
- case i: InsertIntoHiveTable => i.query.collect { case p: Project =>
() }.size
+ case i: InsertIntoHiveTable => i.query.collect { case _: Project =>
() }.size
Review Comment:
All done.
--
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]