urosstan-db commented on code in PR #58958:
URL: https://github.com/apache/spark/pull/58958#discussion_r4067515985


##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/v2/JDBCV2JoinPushdownIntegrationSuiteBase.scala:
##########
@@ -477,6 +503,42 @@ trait JDBCV2JoinPushdownIntegrationSuiteBase
     }
   }
 
+  test("Join pushdown preserves aliases in partially pushed averages") {
+    assume(supportsAggregatePushdown, "Aggregate pushdown is not supported")
+    val id = caseConvert("id")

Review Comment:
   Move id to inner function, name it idCol



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