Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.1.2, 4.0.0
-
None
-
hive-3.1.2
tez-0.10.1
Description
When tez read a table with many partitions and those partitions contain 0 length file only, ColumnarSplitSizeEstimator will return Integer.MAX_VALUE bytes length for every 0 length file.Then,TezSplitGrouper will treat those files as big files,and generate at least one MapContainer per 0 file to handle it.This is incorrect and even wasteful.