You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/07/31 15:39:47 UTC

[pinot] branch master updated (834c9707e8 -> 93af58cf0c)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 834c9707e8 [multistage] enable theta sketch integration tests for v2 (#11214)
     add 93af58cf0c Fix the escape/unescape issue for property value in metadata (#11223)

No new revisions were added by this update.

Summary of changes:
 .../tests/OfflineClusterIntegrationTest.java       |   2 +-
 .../creator/impl/SegmentColumnarIndexCreator.java  | 121 ++-----
 .../impl/SegmentColumnarIndexCreatorTest.java      | 347 ++++++---------------
 .../spi/index/metadata/ColumnMetadataImpl.java     |  17 +-
 .../apache/pinot/spi/data/DimensionFieldSpec.java  |  19 +-
 .../org/apache/pinot/spi/data/MetricFieldSpec.java |   3 +-
 .../pinot/spi/env/CommonsConfigurationUtils.java   |  45 ++-
 .../spi/env/CommonsConfigurationUtilsTest.java     | 108 +++++++
 8 files changed, 299 insertions(+), 363 deletions(-)
 create mode 100644 pinot-spi/src/test/java/org/apache/pinot/spi/env/CommonsConfigurationUtilsTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org