[ 
https://issues.apache.org/jira/browse/SPARK-39909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573091#comment-17573091
 ] 

Huaxin Gao commented on SPARK-39909:
------------------------------------

Hi Chen Liang, do you have a jira id?

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to