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
omit 19a2f55c00 Upgrade Helix to 1.0.4 add bae91b2d0d reduce GHA runner JVM mem footprint (#8997) add 37992b98ce Refactor input manager of recommender (#8988) add d2031e9479 adding endpoint to put all ZNRecords to a particular parent path (#8994) add 1dcb2c4581 Add more explicit checks in PinotHelixResourceManagerTest (#9000) add 9735291f02 Refector DateTime field specs to reduce overhead (#8960) add 04aeeee2f2 Upgrade Helix to 1.0.4 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 (19a2f55c00) \ N -- N -- N refs/heads/helix-1.0 (04aeeee2f2) 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: .../routing/segmentpruner/TimeSegmentPruner.java | 2 +- .../routing/timeboundary/TimeBoundaryManager.java | 4 +- .../broker/broker/HelixBrokerStarterTest.java | 7 +- .../routing/segmentpruner/SegmentPrunerTest.java | 3 +- .../pinot/common/data/DateTimeFormatSpecTest.java | 87 ++---- .../apache/pinot/common/data/FieldSpecTest.java | 2 +- pinot-common/src/test/resources/schemaTest.schema | 2 +- .../java/org/apache/pinot/compat/StreamOp.java | 3 +- .../api/resources/ZookeeperResource.java | 55 ++++ .../controller/recommender/io/InputManager.java | 13 +- .../controller/util/AutoAddInvertedIndex.java | 3 +- .../api/resources/ZookeeperResourceTest.java | 28 +- .../helix/core/PinotHelixResourceManagerTest.java | 132 ++++---- pinot-controller/src/test/resources/log4j2.xml | 27 +- .../realtime/HLRealtimeSegmentDataManager.java | 3 +- .../processing/timehandler/EpochTimeHandler.java | 2 +- .../apache/pinot/core/util/SchemaUtilsTest.java | 77 +++-- .../batch/common/SegmentGenerationTaskRunner.java | 2 +- .../hadoop/job/mappers/SegmentCreationMapper.java | 2 +- .../job/mappers/SegmentPreprocessingMapper.java | 37 ++- .../job/preprocess/DataPreprocessingHelper.java | 2 +- .../spark/jobs/SparkSegmentCreationFunction.java | 11 +- .../pinot/plugin/inputformat/avro/AvroUtils.java | 10 +- .../recordtransformer/NullValueTransformer.java | 5 +- .../pinot/segment/local/utils/IngestionUtils.java | 2 +- .../pinot/segment/local/utils/SchemaUtils.java | 41 +-- .../local/segment/readers/PinotSegmentUtil.java | 4 +- .../spi/creator/SegmentGeneratorConfig.java | 2 +- .../creator/name/SegmentNameGeneratorFactory.java | 2 +- .../NormalizedDateSegmentNameGeneratorTest.java | 32 +- .../apache/pinot/spi/data/DateTimeFieldSpec.java | 32 +- .../pinot/spi/data/DateTimeFormatPatternSpec.java | 120 +++---- .../apache/pinot/spi/data/DateTimeFormatSpec.java | 346 +++++++++++---------- .../pinot/spi/data/DateTimeFormatUnitSpec.java | 35 +-- .../pinot/spi/data/DateTimeGranularitySpec.java | 98 +++--- .../java/org/apache/pinot/spi/data/Schema.java | 28 +- .../java/org/apache/pinot/spi/utils/JsonUtils.java | 10 +- .../org/apache/pinot/spi/utils/StringUtil.java | 32 ++ .../utils/builder/ControllerRequestURLBuilder.java | 4 + .../spi/data/DateTimeFormatPatternSpecTest.java | 72 ++++- .../pinot/spi/data/DateTimeFormatSpecTest.java | 73 ++++- pom.xml | 2 +- 42 files changed, 839 insertions(+), 615 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org