pratham76 commented on code in PR #58023:
URL: https://github.com/apache/spark/pull/58023#discussion_r3801778467


##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -3174,4 +3180,16 @@ class JDBCV2Suite extends SharedSparkSession with 
ExplainSuiteHelper {
 
     assertResult(expectedMetadata) { jdbcRdd.getDatabaseMetadata }
   }
+  test("SPARK-58782: null literal in pushed-down aggregate should render as 
NULL not 'null'") {

Review Comment:
   Incorporated!, have not test here as `LiteralValueSuite` already covers the 
case



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