This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
from affc522b9f Refactoring the data source before unnest (#13085)
add acb9cb0227 fix thread safety issue with nested column global
dictionaries (#13265)
No new revisions were added by this update.
Summary of changes:
.../druid/segment/column/TypeStrategies.java | 18 ++
.../druid/segment/NestedDataColumnIndexer.java | 19 ++
.../druid/segment/NestedDataColumnMerger.java | 10 +-
.../CompressedVariableSizedBlobColumnSupplier.java | 1 -
.../apache/druid/segment/data/FixedIndexed.java | 14 +-
.../druid/segment/data/FrontCodedIndexed.java | 1 +
.../apache/druid/segment/data/GenericIndexed.java | 2 +-
.../nested/CompressedNestedDataComplexColumn.java | 64 ++--
.../segment/nested/NestedDataColumnSerializer.java | 6 +
.../segment/nested/NestedDataColumnSupplier.java | 59 +++-
.../NestedFieldLiteralColumnIndexSupplier.java | 170 ++++++----
.../druid/segment/data/FixedIndexedTest.java | 12 +-
.../nested/NestedDataColumnSupplierTest.java | 356 +++++++++++++++++++++
.../NestedFieldLiteralColumnIndexSupplierTest.java | 38 +--
14 files changed, 627 insertions(+), 143 deletions(-)
create mode 100644
processing/src/test/java/org/apache/druid/segment/nested/NestedDataColumnSupplierTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]