caicancai commented on code in PR #44426:
URL: https://github.com/apache/spark/pull/44426#discussion_r1433344693
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -2396,7 +2396,7 @@ class JDBCV2Suite extends QueryTest with
SharedSparkSession with ExplainSuiteHel
|SELECT
| REGR_AVGX(bonus, bonus),
| REGR_AVGY(bonus, bonus)
- |FROM h2.test.employee WHERE dept > 0 GROUP BY DePt""".stripMargin)
+ |FROM h2.test.employee WHERE dept > 0 GROUP BY DEPT""".stripMargin)
Review Comment:
Thank you for your explanation and review❤️. I feel that the necessity of
this PR is not significant.
--
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]