Hacker News new | ask | show | jobs
Snowflake removes Spark Pushdown support in favour of Snowpark (github.com)
3 points by satyanash 680 days ago
1 comments

Spark's Advanced Query Pushdown feature automatically ensures that all possible filters and aggregations are performed on the underlying warehouse instead of being performed in-memory.

In [PR#572](https://github.com/snowflakedb/spark-snowflake/pull/572), Snowflake has removed this feature in their spark connector without any real explanation.