HyukjinKwon commented on code in PR #37342:
URL: https://github.com/apache/spark/pull/37342#discussion_r933089077
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -305,7 +310,8 @@ class JDBCV2Suite extends QueryTest with SharedSparkSession
with ExplainSuiteHel
.offset(1)
checkOffsetRemoved(df1)
checkPushedInfo(df1,
- "PushedFilters: [DEPT IS NOT NULL, DEPT = 1], PushedOffset: OFFSET 1,")
+ "PushedFilters: [DEPT IS NOT NULL, DEPT = 1]",
+ "PushedOffset: OFFSET 1")
Review Comment:
I don't think these changes are necessary. They all follow the style guides.
--
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]