-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38768/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-11964
    https://issues.apache.org/jira/browse/HIVE-11964


Repository: hive-git


Description
-------

The stats in hiveColStats should be ordered in that of the columns in 
nonPartColIndxsThatRqrStats/nonPartColNamesThatRqrStats before being put in the 
hiveColStatsMap
===
for (int i = 0; i < hiveColStats.size(); i++) {
   hiveColStatsMap.put(nonPartColIndxsThatRqrStats.get(i), hiveColStats.get(i));
}

Since hiveColStats = StatsUtils.getTableColumnStats(hiveTblMetadata, 
hiveNonPartitionCols, nonPartColNamesThatRqrStats); might not return the stats 
in same order as those in nonPartColNamesThatRqrStats.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RelOptHiveTable.java 
6c0bd25 

Diff: https://reviews.apache.org/r/38768/diff/


Testing
-------

Precommit tests


Thanks,

Chaoyu Tang

Reply via email to