[
https://issues.apache.org/jira/browse/SPARK-39909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573197#comment-17573197
]
Mars commented on SPARK-39909:
------------------------------
[~huaxingao] This is me :D [~miracle] , my Jira id: miracle
> Organize the check of push down information for JDBCV2Suite
> -----------------------------------------------------------
>
> Key: SPARK-39909
> URL: https://issues.apache.org/jira/browse/SPARK-39909
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 3.4.0
> Reporter: jiaan.geng
> Priority: Major
>
> Currently, JDBCV2Suite have many test cases check the push-down information
> looks not clean.
> For example,
> {code:java}
> checkPushedInfo(df,
> "PushedFilters: [DEPT IS NOT NULL, DEPT > 1], PushedLimit: LIMIT 1, ")
> {code}
> If we change it to below looks better.
> {code:java}
> checkPushedInfo(df,
> "PushedFilters: [DEPT IS NOT NULL, DEPT > 1]",
> "PushedLimit: LIMIT 1")
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]