Live data from Hacker News

Snowflake removes Spark Pushdown support in favour of Snowpark

github.com

1–2 of 2 posts

Re: Snowflake removes Spark Pushdown support in favour of Snowpark

#2
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.