This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a change to branch s3-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
omit 35b00ad Disable S3MockListner in S3PinotFSTest.
add 410fd70 Use 8byte offsets in chunk based raw index creator (#5285)
add 62799a3 Improve GroupBy query performance by setting initial size for
OpenHashMap used in DictionaryBasedGroupKeyGenerator. (#5291)
add 7fd2110 Disable S3MockListner in S3PinotFSTest. (#5292)
new 5c6fe7e Fix
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (35b00ad)
\
N -- N -- N refs/heads/s3-fix (5c6fe7e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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:
.../reader/impl/v1/BaseChunkSingleValueReader.java | 27 +++++---
.../impl/v1/VarByteChunkSingleValueReader.java | 6 +-
.../writer/impl/v1/BaseChunkSingleValueWriter.java | 30 +++++++--
.../impl/v1/FixedByteChunkSingleValueWriter.java | 5 +-
.../impl/v1/VarByteChunkSingleValueWriter.java | 8 ++-
.../groupby/DictionaryBasedGroupKeyGenerator.java | 21 ++++---
.../segment/memory/PinotNativeOrderLBuffer.java | 2 +-
.../segment/memory/PinotNonNativeOrderLBuffer.java | 2 +-
.../FixedByteChunkSingleValueReaderWriteTest.java | 25 +++++---
.../VarByteChunkSingleValueReaderWriteTest.java | 68 ++++++++++++++++-----
.../src/test/resources/data/fixedByteCompressed.v2 | Bin 0 -> 8098 bytes
pinot-core/src/test/resources/data/fixedByteRaw.v2 | Bin 0 -> 16036 bytes
.../resources/data/varByteStringsCompressed.v2 | Bin 0 -> 17355 bytes
.../src/test/resources/data/varByteStringsRaw.v2 | Bin 0 -> 286902 bytes
.../pinot/plugin/filesystem/PinotS3Mock.java} | 34 +++++++----
.../pinot/plugin/filesystem/S3PinotFSTest.java | 54 ++++++++--------
16 files changed, 187 insertions(+), 95 deletions(-)
create mode 100644 pinot-core/src/test/resources/data/fixedByteCompressed.v2
create mode 100644 pinot-core/src/test/resources/data/fixedByteRaw.v2
create mode 100644
pinot-core/src/test/resources/data/varByteStringsCompressed.v2
create mode 100644 pinot-core/src/test/resources/data/varByteStringsRaw.v2
copy
pinot-plugins/{pinot-input-format/pinot-thrift/src/main/java/org/apache/pinot/plugin/inputformat/thrift/ThriftRecordExtractorConfig.java
=>
pinot-file-system/pinot-s3/src/test/java/org/apache/pinot/plugin/filesystem/PinotS3Mock.java}
(60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]