huaxingao commented on pull request #33352: URL: https://github.com/apache/spark/pull/33352#issuecomment-887116433
@viirya > BTW, although there is an option to control JDBC aggregate pushdown, do we need an overall SQL config to control it? Said we have other data source implementing the API, we may not have an option to disable it? The config is per data source. For example, when we implement the parquet aggregate push down later, we will add a config for parquet, something like `PARQUET_AGGREGATE_PUSHDOWN_ENABLED` in `SQLConf`. -- 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]
