[ 
https://issues.apache.org/jira/browse/SPARK-38779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-38779:
------------------------------------

    Assignee:     (was: Apache Spark)

> Unify the pushed operator checking between FileSource test suite and JDBC 
> test suite
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-38779
>                 URL: https://issues.apache.org/jira/browse/SPARK-38779
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0, 3.4.0
>            Reporter: Huaxin Gao
>            Priority: Minor
>
> In JDBCV2Suite, we use checkPushedInfo to check the pushed down operators. 
> Will do the same for FileSourceAggregatePushDownSuite
> {code:java}
>   private def checkPushedInfo(df: DataFrame, expectedPlanFragment: String): 
> Unit = {
>     df.queryExecution.optimizedPlan.collect {
>       case _: DataSourceV2ScanRelation =>
>         checkKeywordsExistsInExplain(df, expectedPlanFragment)
>     }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to