[
https://issues.apache.org/jira/browse/SPARK-38779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun reassigned SPARK-38779:
-------------------------------------
Assignee: Huaxin Gao
> 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
> Assignee: 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: [email protected]
For additional commands, e-mail: [email protected]