You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/05/13 20:00:49 UTC

[incubator-pinot] branch master updated: update default presto pinot image configs (#6913)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 244d64d  update default presto pinot image configs (#6913)
244d64d is described below

commit 244d64dfaa42a7b3d06eb1e0ce1b4363dc29ad65
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu May 13 13:00:17 2021 -0700

    update default presto pinot image configs (#6913)
---
 docker/images/pinot-presto/etc/catalog/pinot.properties            | 7 -------
 docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties | 6 ------
 2 files changed, 13 deletions(-)

diff --git a/docker/images/pinot-presto/etc/catalog/pinot.properties b/docker/images/pinot-presto/etc/catalog/pinot.properties
index 80fed82..1d2e464 100644
--- a/docker/images/pinot-presto/etc/catalog/pinot.properties
+++ b/docker/images/pinot-presto/etc/catalog/pinot.properties
@@ -20,10 +20,3 @@
 connector.name=pinot
 pinot.controller-urls=pinot-controller:9000
 pinot.controller-rest-service=pinot-controller:9000
-
-pinot.limit-large-for-segment=1
-pinot.allow-multiple-aggregations=true
-pinot.use-date-trunc=true
-pinot.infer-date-type-in-schema=true
-pinot.infer-timestamp-type-in-schema=true
-
diff --git a/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties b/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
index ddc938f..b02dd73 100644
--- a/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
+++ b/docker/images/pinot-presto/etc/catalog/pinot_quickstart.properties
@@ -20,9 +20,3 @@
 connector.name=pinot
 pinot.controller-urls=pinot-quickstart:9000
 pinot.controller-rest-service=pinot-quickstart:9000
-
-pinot.limit-large-for-segment=1
-pinot.allow-multiple-aggregations=true
-pinot.use-date-trunc=true
-pinot.infer-date-type-in-schema=true
-pinot.infer-timestamp-type-in-schema=true

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org