This is an automated email from the ASF dual-hosted git repository. mayanks pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 9cc0c75 Revert "Query options in quickstart (#7042)" (#7049) add beb58041 Add utility to convert configs from IndexingConfig to the new IngestionConfig. (#7046) No new revisions were added by this update. Summary of changes: .../common/utils/config/TableConfigUtils.java | 51 +++++++ .../common/utils/config/TableConfigUtilsTest.java | 150 +++++++++++++++++++++ .../table/ingestion/BatchIngestionConfig.java | 12 +- .../config/table/ingestion/IngestionConfig.java | 12 +- 4 files changed, 221 insertions(+), 4 deletions(-) create mode 100644 pinot-common/src/test/java/org/apache/pinot/common/utils/config/TableConfigUtilsTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org