You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/05/20 12:47:00 UTC

[jira] [Updated] (HIVE-27363) Typo in the description of hive.tez.bucket.pruning

     [ https://issues.apache.org/jira/browse/HIVE-27363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HIVE-27363:
----------------------------------
    Labels: pull-request-available  (was: )

> Typo in the description of hive.tez.bucket.pruning
> --------------------------------------------------
>
>                 Key: HIVE-27363
>                 URL: https://issues.apache.org/jira/browse/HIVE-27363
>             Project: Hive
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 4.0.0-alpha-2
>            Reporter: okumin
>            Assignee: okumin
>            Priority: Minor
>              Labels: pull-request-available
>
> `hive.optimize.index.filters` seems to be typo of `hive.optimize.index.filter`.
> [https://github.com/apache/hive/blob/8f2ee8baae6fbc0a60128fbeae3f51c7b9ee62d6/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L4782]
> {code:java}
>     TEZ_OPTIMIZE_BUCKET_PRUNING(
>         "hive.tez.bucket.pruning", true,
>          "When pruning is enabled, filters on bucket columns will be processed by \n" +
>          "filtering the splits against a bitset of included buckets. This needs predicates \n"+
>             "produced by hive.optimize.ppd and hive.optimize.index.filters."), {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)