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 5417cbb Delete metadata properly on table deletion (#7329)
add 9116710 7090 segmentnamegenerator accept input file parameter (#7222)
No new revisions were added by this update.
Summary of changes:
pinot-integration-tests/pom.xml | 73 +++++++++++++++++-
.../batch/common/SegmentGenerationJobUtils.java | 2 +-
.../batch/common/SegmentGenerationTaskRunner.java | 15 +++-
.../standalone/SegmentGenerationJobRunnerTest.java | 2 +-
.../impl/SegmentIndexCreationDriverImpl.java | 1 +
.../creator/name/FixedSegmentNameGenerator.java | 2 +-
.../name/InputFileSegmentNameGenerator.java | 89 ++++++++++++++++++++++
.../name/NormalizedDateSegmentNameGenerator.java | 1 +
.../creator/name/SimpleSegmentNameGenerator.java | 1 +
.../name/InputFileSegmentNameGeneratorTest.java | 64 ++++++++++++++++
.../batch/spec/SegmentGenerationTaskSpec.java | 7 ++
pom.xml | 14 ++++
12 files changed, 266 insertions(+), 5 deletions(-)
create mode 100644
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/creator/name/InputFileSegmentNameGenerator.java
create mode 100644
pinot-segment-spi/src/test/java/org/apache/pinot/segment/spi/creator/name/InputFileSegmentNameGeneratorTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]