You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2022/03/11 18:35:09 UTC

[pinot] branch multi_stage_query_engine updated (b0f5d16 -> 262dc50)

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

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


    from b0f5d16  upgrade netty due to security vulnerability (#8328)
     add 1a701b7  Support NOT LIKE and NOT BETWEEN (#8331)
     add e87c055  Fix segment status checker to skip push in-progress segments (#8323)
     add 8ef4dba  Add tlsPort into InstanceConfig so Pinot can start both HTTP and HTTPS ports (#8313)
     add 9ed08dc  Update license & notice for release 0.10.0 (#8330)
     add 262dc50  Add `less` command to Pinot Docker image. (#8336)

No new revisions were added by this update.

Summary of changes:
 LICENSE-binary                                     | 121 ++++++++++-----
 NOTICE-binary                                      |  76 +++++++---
 docker/images/pinot/Dockerfile                     |   2 +-
 licenses-binary/LICENSE-argparse4j.txt             |  23 +++
 ...{LICENSE-stax2.txt => LICENSE-bsd-2-clause.txt} |   7 +-
 ...{LICENSE-stax2.txt => LICENSE-bsd-3-clause.txt} |   7 +-
 .../{LICENSE-bouncycastle.txt => LICENSE-mit.txt}  |   4 +-
 .../{LICENSE-azure.txt => LICENSE-pyrolite.txt}    |   6 +-
 licenses-binary/LICENSE-slf4j.txt                  |   2 +-
 .../broker/broker/helix/BaseBrokerStarter.java     |   5 +
 .../apache/pinot/client/DynamicBrokerSelector.java |  16 +-
 .../apache/pinot/client/ExternalViewReader.java    |  64 +++++++-
 .../pinot/client/DynamicBrokerSelectorTest.java    |   5 +
 .../pinot/client/ExternalViewReaderTest.java       | 109 ++++++++++++++
 .../pinot/common/helix/ExtraInstanceConfig.java    |  32 ++--
 .../pinot/common/utils/helix/HelixHelper.java      |  13 ++
 .../apache/pinot/sql/parsers/CalciteSqlParser.java |  32 ++--
 .../pinot/controller/BaseControllerStarter.java    |   5 +
 .../controller/helix/SegmentStatusChecker.java     |  18 +--
 .../controller/helix/SegmentStatusCheckerTest.java |  19 +++
 .../controller/util/ListenerConfigUtilTest.java    |  26 ++++
 .../core/operator/filter/FilterOperatorUtils.java  |   2 +-
 .../core/operator/filter/NotFilterOperator.java    |   2 +-
 .../apache/pinot/core/util/ListenerConfigUtil.java |  16 ++
 .../org/apache/pinot/queries/BaseQueriesTest.java  |   9 --
 .../pinot/queries/NotOperatorQueriesTest.java      | 167 +++++++--------------
 .../ControllerPeriodicTasksIntegrationTest.java    |   3 +
 .../integration/tests/TlsIntegrationTest.java      |  15 ++
 28 files changed, 567 insertions(+), 239 deletions(-)
 create mode 100644 licenses-binary/LICENSE-argparse4j.txt
 copy licenses-binary/{LICENSE-stax2.txt => LICENSE-bsd-2-clause.txt} (91%)
 copy licenses-binary/{LICENSE-stax2.txt => LICENSE-bsd-3-clause.txt} (79%)
 copy licenses-binary/{LICENSE-bouncycastle.txt => LICENSE-mit.txt} (90%)
 copy licenses-binary/{LICENSE-azure.txt => LICENSE-pyrolite.txt} (94%)
 copy pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/InstanceConstraintApplier.java => pinot-common/src/main/java/org/apache/pinot/common/helix/ExtraInstanceConfig.java (57%)

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