Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0
-
None
-
None
-
Reviewed
Description
This is part of efforts for list bucketing feature: https://cwiki.apache.org/Hive/listbucketing.html
This patch includes:
1. Query logic: hive chooses right sub-directory instead of partition directory.
2. alter table grammar which is required to support query logic
This patch doesn't include list bucketing DML. Main reasons:
1. risk. w/o DML, this patch won't impact any existing hive regression features since no touch on any data manipulation so that very low risk.
2. manageability. w/ DML, patch is getting bigger and hard to review. Removing DML, it's easy to review.
We still disable hive feature by default since DML is not in yet.
DML will be in follow-up patch.
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-3451 map-reduce jobs does not work for a partition containing sub-directories
- Closed
-
HIVE-3556 Test "Path -> Alias" for explain extended
- Closed
-
HIVE-3514 Refactor Partition Pruner so that logic can be reused.
- Closed
- is related to
-
HIVE-3641 Hive List Bucketing - Query logic supports <>
- Open
-
HIVE-3567 Hive List Bucketing - Query logic supports <, <=, > , >= and in
- Open
-
HIVE-3642 Hive List Bucketing - optimize transform()
- Open
-
HIVE-3026 List Bucketing in Hive
- Resolved
-
HIVE-3072 Hive List Bucketing - DDL support
- Closed
-
HIVE-3073 Hive List Bucketing - DML support
- Closed
-
HIVE-3643 Hive List Bucketing - set hive.mapred.supports.subdirectories
- Closed
-
HIVE-3566 Hive List Bucketing - Query Logic Optimization
- Open