This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 174eb4b Early termination for combining selection order-by results (#5686) add f95ef04 Adding support for ingestion job spec as JSON (#5729) No new revisions were added by this update. Summary of changes: .../spi/ingestion/batch/IngestionJobLauncher.java | 26 ++++++++++++--- .../ingestion/batch/IngestionJobLauncherTest.java | 16 +++++++-- .../pinot/spi/utils/GroovyTemplateUtilsTest.java | 2 +- .../ingestion_job_json_spec_template.json | 38 ++++++++++++++++++++++ ...plate.yaml => ingestion_job_spec_template.yaml} | 0 .../src/test/resources/job_json.config | 8 ++--- 6 files changed, 77 insertions(+), 13 deletions(-) create mode 100644 pinot-spi/src/test/resources/ingestion_job_json_spec_template.json rename pinot-spi/src/test/resources/{ingestionJobSpecTemplate.yaml => ingestion_job_spec_template.yaml} (100%) copy docker/images/pinot-superset/.dockerignore => pinot-spi/src/test/resources/job_json.config (94%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org