Does predicate pushdown works if I am running on a spark cluster in these scenarios:
- Custom EC2 instances with spark running on them and parquet files reside in S3
- Spark cluster running on EMR and again the parquet files are on S3.
Found a similar question here but the answers on it are too old.