----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24972/ -----------------------------------------------------------
(Updated 八月 22, 2014, 9:47 a.m.) Review request for hive, Brock Noland and Szehon Ho. Changes ------- we do not need RowContainer here for persistent storage support, as ResultIterator just process new record on demand, a queue should just work fine. Bugs: HIVE-7799 https://issues.apache.org/jira/browse/HIVE-7799 Repository: hive-git Description ------- HiveBaseFunctionResultList use RowContainer to store collected map output row, all rows should be added into RowContainer then start read from it, RowContainer does not support write after read. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/exec/spark/HiveBaseFunctionResultList.java 6568a76 Diff: https://reviews.apache.org/r/24972/diff/ Testing ------- Thanks, chengxiang li