[ 
https://issues.apache.org/jira/browse/HIVE-18552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340441#comment-16340441
 ] 

Sergey Shelukhin commented on HIVE-18552:
-----------------------------------------

It makes sense to separate them, but requiring a partitioned filter should not 
be on by default because it fails many legitimate queries.
IIRC there's a separate setting that controls the max # of partitions to allow 
in a scan

> Split hive.strict.checks.large.query into two configs, enable partition 
> filter check by default
> -----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-18552
>                 URL: https://issues.apache.org/jira/browse/HIVE-18552
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>
> {{hive.strict.checks.large.query}} controls the strict checks for restricting 
> order bys with no limits, and scans of a partitioned table without a filter 
> on the partition table.
> While both checks prevent "large" queries from being run, they both control 
> very different behavior. It would be better if users could control these 
> restrictions separately.
> Furthermore, many users make the mistake of abusing partitioned tables and 
> often end up in a situation where they are running queries that are doing 
> full-table scans of partitioned tables. This can lead to lots of issues for 
> Hive - e.g. OOM issues because so many partitions are loaded in memory. So it 
> would be good if we enabled this restriction by default.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to