Michael Ho has uploaded a new change for review. http://gerrit.cloudera.org:8080/3575
Change subject: IMPALA-1619: Support 64-bit allocations. ...................................................................... IMPALA-1619: Support 64-bit allocations. This change extends MemPool, FreePool and StringBuffer to support 64-bit allocations, fixes a bug in decompressor and extends various places in the code to support 64-bit allocation sizes. With this change, the text scanner can now decompress compressed files larger than 1GB. Note that the UDF interfaces FunctionContext::Allocate() and FunctionContext::Reallocate() still use 32-bit for the input argument to avoid breaking compatibility. In addition, the byte size of a tuple is still assumed to be within 32-bit. If it needs to be upgraded to 64-bit, it will be done in a separate change. A new test has been added to test the decompression of a 2GB compressed text file. Change-Id: Ic1af1564953ac02aca2728646973199381c86e5f --- M be/src/exec/delimited-text-parser.cc M be/src/exec/delimited-text-parser.h M be/src/exec/delimited-text-parser.inline.h M be/src/exec/hdfs-scanner.cc M be/src/exec/hdfs-scanner.h M be/src/exec/hdfs-sequence-scanner.cc M be/src/exec/hdfs-text-scanner.cc M be/src/exec/hdfs-text-scanner.h M be/src/exec/scanner-context.cc M be/src/runtime/buffered-block-mgr.cc M be/src/runtime/collection-value-builder.h M be/src/runtime/free-pool-test.cc M be/src/runtime/free-pool.h M be/src/runtime/mem-pool-test.cc M be/src/runtime/mem-pool.h M be/src/runtime/string-buffer-test.cc M be/src/runtime/string-buffer.h M be/src/udf/udf-internal.h M be/src/udf/udf.cc M be/src/udf/udf.h M be/src/util/bit-util.h M be/src/util/codec.cc M be/src/util/codec.h M be/src/util/decompress-test.cc M be/src/util/decompress.cc M common/thrift/generate_error_codes.py M testdata/bin/create-load-data.sh A testdata/compressed_formats/compressed_payload.snap M tests/query_test/test_compressed_formats.py 29 files changed, 366 insertions(+), 340 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/75/3575/1 -- To view, visit http://gerrit.cloudera.org:8080/3575 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic1af1564953ac02aca2728646973199381c86e5f Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]>
