This is an automated email from the ASF dual-hosted git repository.
abstractdog pushed a change to branch branch-0.10.0
in repository https://gitbox.apache.org/repos/asf/tez.git.
from 2358bd8 TEZ-4225: CHANGES.txt for 0.10.0 Release (László Bodor
reviewed by Jonathan Turner Eagles) - addendum
new 40c8662 TEZ-4234: Compressor can cause IllegalArgumentException in
Buffer.limit where limit exceeds capacity (László Bodor reviewed by Rajesh
Balamohan, Jonathan Turner Eagles)
new 6c2028a CHANGES.txt updated with TEZ-4234
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 3 +-
.../hadoop/TestConfigTranslationMRToTez.java | 1 -
.../tez/runtime/library/common/ConfigUtils.java | 23 ----
.../runtime/library/common/TezRuntimeUtils.java | 18 ++-
.../common/shuffle/orderedgrouped/Shuffle.java | 15 +--
.../library/common/sort/impl/ExternalSorter.java | 29 +----
.../runtime/library/common/sort/impl/IFile.java | 25 +---
.../writers/BaseUnorderedPartitionedKVWriter.java | 17 ++-
.../runtime/library/input/UnorderedKVInput.java | 14 +--
.../tez/runtime/library/utils/CodecUtils.java | 127 +++++++++++++++++++++
.../library/common/shuffle/TestShuffleUtils.java | 8 +-
.../library/common/sort/impl/TestIFile.java | 59 +++++++++-
12 files changed, 219 insertions(+), 120 deletions(-)
create mode 100644
tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/CodecUtils.java