This is an automated email from the ASF dual-hosted git repository.
mcvsubbu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 1b28e5f Initial implementation for support Theta Sketches (WIP).
(#5316)
add 0ec6463 Revert "Adding template support for Pinot Ingestion Job Spec
(#5341)" (#5366)
No new revisions were added by this update.
Summary of changes:
pinot-spi/pom.xml | 4 -
.../spi/ingestion/batch/IngestionJobLauncher.java | 29 ++------
.../apache/pinot/spi/utils/JinjaTemplateUtils.java | 75 -------------------
.../ingestion/batch/IngestionJobLauncherTest.java | 42 -----------
.../pinot/spi/utils/JinjaTemplateUtilsTest.java | 86 ----------------------
.../test/resources/ingestionJobSpecTemplate.yaml | 45 -----------
.../command/LaunchDataIngestionJobCommand.java | 16 +---
pom.xml | 6 --
8 files changed, 10 insertions(+), 293 deletions(-)
delete mode 100644
pinot-spi/src/main/java/org/apache/pinot/spi/utils/JinjaTemplateUtils.java
delete mode 100644
pinot-spi/src/test/java/org/apache/pinot/spi/ingestion/batch/IngestionJobLauncherTest.java
delete mode 100644
pinot-spi/src/test/java/org/apache/pinot/spi/utils/JinjaTemplateUtilsTest.java
delete mode 100644 pinot-spi/src/test/resources/ingestionJobSpecTemplate.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]