This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from e087137 Wrap tokenBuffer in try-with-resource
new 7cd6638 AVRO-2354: Add CombineAvroKeyValueFileInputFormat in
avro-mapred to combine small avro keyvalue files into combineSplit
new f7f1a5e reorder test expectation
The 1924 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:
.../CombineAvroKeyValueFileInputFormat.java | 64 +++++++++++
.../TestCombineAvroKeyValueFileInputFormat.java | 120 +++++++++++++++++++++
2 files changed, 184 insertions(+)
create mode 100644
lang/java/mapred/src/main/java/org/apache/avro/mapreduce/CombineAvroKeyValueFileInputFormat.java
create mode 100644
lang/java/mapred/src/test/java/org/apache/avro/mapreduce/TestCombineAvroKeyValueFileInputFormat.java