requirePartitionFilter property

bool? requirePartitionFilter
getter/setter pair

If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.

Note that this field should only be true when creating a permanent external table or querying a temporary external table. Hive-partitioned loads with require_partition_filter explicitly set to true will fail.

Optional.

Implementation

core.bool? requirePartitionFilter;