This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch helix-1.0 in repository https://gitbox.apache.org/repos/asf/pinot.git.
discard 1cb12fa Upgrade Helix to 1.0.2 add 53fa9a5 Always handle null time values (#8310) add 4e98070 Fix redirections for routes with access-token (#8285) add 07a7ddb fixing datetime truncate for multi-day (#8327) add 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 26c052c Upgrade Helix to 1.0.2 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 (1cb12fa) \ N -- N -- N refs/heads/helix-1.0 (26c052c) 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. No new revisions were added by this update. Summary of changes: LICENSE-binary | 34 ++--- .../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 ++++++++++++++ .../common/function/scalar/DateTimeFunctions.java | 3 +- .../pinot/common/helix/ExtraInstanceConfig.java | 32 ++-- .../pinot/common/utils/helix/HelixHelper.java | 13 ++ .../apache/pinot/sql/parsers/CalciteSqlParser.java | 32 ++-- .../common/utils/config/TableConfigSerDeTest.java | 15 -- pinot-connectors/pinot-flink-connector/pom.xml | 4 + .../pinot/controller/BaseControllerStarter.java | 5 + .../controller/helix/SegmentStatusChecker.java | 18 +-- pinot-controller/src/main/resources/app/App.tsx | 4 +- .../main/resources/app/utils/PinotMethodUtils.ts | 40 ++++- .../controller/helix/SegmentStatusCheckerTest.java | 19 +++ .../controller/util/ListenerConfigUtilTest.java | 26 ++++ .../core/operator/filter/FilterOperatorUtils.java | 2 +- .../core/operator/filter/NotFilterOperator.java | 2 +- .../datetime/BaseDateTimeTransformer.java | 3 +- .../apache/pinot/core/util/ListenerConfigUtil.java | 16 ++ .../core/data/function/DateTimeFunctionsTest.java | 7 +- .../realtime/LLRealtimeSegmentDataManagerTest.java | 143 +++++++++++------- .../core/geospatial/transform/GeoFunctionTest.java | 12 +- .../datetime/DateTimeConverterTest.java | 4 +- .../org/apache/pinot/queries/BaseQueriesTest.java | 9 -- .../pinot/queries/NotOperatorQueriesTest.java | 167 +++++++-------------- .../ControllerPeriodicTasksIntegrationTest.java | 3 + .../integration/tests/TlsIntegrationTest.java | 15 ++ .../pinot-stream-ingestion/pinot-pulsar/pom.xml | 8 +- .../recordtransformer/NullValueTransformer.java | 51 ++++--- .../segment/local/utils/TableConfigUtils.java | 5 - .../recordtransformer/RecordTransformerTest.java | 146 ++++++++---------- .../segment/local/utils/TableConfigUtilsTest.java | 12 -- .../SegmentsValidationAndRetentionConfig.java | 10 -- .../java/org/apache/pinot/spi/data/Schema.java | 4 +- .../spi/utils/builder/TableConfigBuilder.java | 7 - pom.xml | 2 +- 39 files changed, 655 insertions(+), 417 deletions(-) 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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org