You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2020/08/13 22:34:00 UTC

[incubator-pinot] branch master updated: add timeColumnName to tableConfig to enable TE auto-detection (#5860)

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

apucher 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 5469a84  add timeColumnName to tableConfig to enable TE auto-detection (#5860)
5469a84 is described below

commit 5469a84a33be99aca7eb38a2dfa6413555886a8d
Author: Alexander Pucher <ap...@apache.org>
AuthorDate: Thu Aug 13 15:33:42 2020 -0700

    add timeColumnName to tableConfig to enable TE auto-detection (#5860)
---
 pinot-tools/src/main/resources/generator/complexWebsite_config.json | 3 ++-
 pinot-tools/src/main/resources/generator/simpleWebsite_config.json  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pinot-tools/src/main/resources/generator/complexWebsite_config.json b/pinot-tools/src/main/resources/generator/complexWebsite_config.json
index cbe7e5a..63e6b9f 100644
--- a/pinot-tools/src/main/resources/generator/complexWebsite_config.json
+++ b/pinot-tools/src/main/resources/generator/complexWebsite_config.json
@@ -2,7 +2,8 @@
   "tableName": "complexWebsite",
   "segmentsConfig" : {
     "replication" : "1",
-    "schemaName" : "complexWebsite"
+    "schemaName" : "complexWebsite",
+    "timeColumnName": "hoursSinceEpoch"
   },
   "tableIndexConfig" : {
     "invertedIndexColumns" : [],
diff --git a/pinot-tools/src/main/resources/generator/simpleWebsite_config.json b/pinot-tools/src/main/resources/generator/simpleWebsite_config.json
index 66f9cbe..9237997 100644
--- a/pinot-tools/src/main/resources/generator/simpleWebsite_config.json
+++ b/pinot-tools/src/main/resources/generator/simpleWebsite_config.json
@@ -2,7 +2,8 @@
   "tableName": "simpleWebsite",
   "segmentsConfig" : {
     "replication" : "1",
-    "schemaName" : "simpleWebsite"
+    "schemaName" : "simpleWebsite",
+    "timeColumnName": "hoursSinceEpoch"
   },
   "tableIndexConfig" : {
     "invertedIndexColumns" : [],


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