Fix CombineHiveInputFormat to work with multi-level of directories in a single
table/partition
----------------------------------------------------------------------------------------------
Key: HIVE-1200
URL: https://issues.apache.org/jira/browse/HIVE-1200
Project: Hadoop Hive
Issue Type: Bug
Affects Versions: 0.5.1, 0.6.0
Reporter: Zheng Shao
Assignee: Zheng Shao
The CombineHiveInputFormat does not work with multi-level of directories in a
single table/partition, because it uses an exact match logic, instead of the
relativize logic as in MapOperator
{code}
MapOperator.java:
if (!onepath.toUri().relativize(fpath.toUri()).equals(fpath.toUri()))
{
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.