[ https://issues.apache.org/jira/browse/SPARK-51431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
melin updated SPARK-51431: -------------------------- Description: Many cloud customers expect spark sql to disable full table scanning by default, prompting users to add partition conditions. If forget to include the table partition conditions, it will add a lot of costs Trino already supports {{iceberg.query-partition-filter-required}} config property and {{query_partition_filter_required}} session property. was: Many cloud customers expect spark sql to disable full table scanning by default, prompting users to add partition conditions. If forget to include the table partition conditions, it will add a lot of costs > Support full table scanning of partitioned table is prohibited > -------------------------------------------------------------- > > Key: SPARK-51431 > URL: https://issues.apache.org/jira/browse/SPARK-51431 > Project: Spark > Issue Type: New Feature > Components: SQL > Affects Versions: 4.0.0, 4.1.0, 3.5.6 > Reporter: melin > Priority: Major > > Many cloud customers expect spark sql to disable full table scanning by > default, prompting users to add partition conditions. > If forget to include the table partition conditions, it will add a lot of > costs > > Trino already supports {{iceberg.query-partition-filter-required}} config > property and {{query_partition_filter_required}} session property. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org