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 3cef97a Allow escaping comma characters in CSV files. (#6627)
add a4a05e3 Default to use local directory sequence id for segment name
generation (#6598)
No new revisions were added by this update.
Summary of changes:
.../batch/common/SegmentGenerationJobUtils.java | 46 +++++
.../batch/common/SegmentGenerationTaskRunner.java | 4 +-
.../common/SegmentGenerationJobUtilsTest.java | 51 +++++
.../hadoop/HadoopSegmentGenerationJobRunner.java | 96 ++++++----
.../spark/SparkSegmentGenerationJobRunner.java | 12 +-
.../standalone/SegmentGenerationJobRunner.java | 213 +++++++++++++--------
6 files changed, 298 insertions(+), 124 deletions(-)
create mode 100644
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/src/main/java/org/apache/pinot/plugin/ingestion/batch/common/SegmentGenerationJobUtils.java
create mode 100644
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/src/test/java/org/apache/pinot/plugin/ingestion/batch/common/SegmentGenerationJobUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]