You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ji...@apache.org on 2019/04/17 00:29:31 UTC

[incubator-pinot] branch master updated: [TE] add time format for MySQL: yyyy-mm-dd hh:mm:ss.S (#4126)

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

jihao 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 945a167  [TE] add time format for MySQL: yyyy-mm-dd hh:mm:ss.S (#4126)
945a167 is described below

commit 945a167cc447b4d0234c7db4bf35611324806dc5
Author: Dian Tang <de...@gmail.com>
AuthorDate: Tue Apr 16 17:29:26 2019 -0700

    [TE] add time format for MySQL: yyyy-mm-dd hh:mm:ss.S (#4126)
---
 .../app/pods/self-serve/import-sql-metric/controller.js                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/pods/self-serve/import-sql-metric/controller.js b/thirdeye/thirdeye-frontend/app/pods/self-serve/import-sql-metric/controller.js
index 0bbd760..f2798f5 100644
--- a/thirdeye/thirdeye-frontend/app/pods/self-serve/import-sql-metric/controller.js
+++ b/thirdeye/thirdeye-frontend/app/pods/self-serve/import-sql-metric/controller.js
@@ -20,7 +20,7 @@ export default Controller.extend({
   init() {
     this._super(...arguments);
     this.aggregationOptions = ['SUM', 'AVG', 'COUNT', 'MAX' ];
-    this.timeFormatOptions = ['EPOCH', 'yyyyMMdd', 'yyyy-MM-dd', 'yyyy-MM-dd-HH', 'yyyy-MM-dd HH:mm:ss', 'yyyyMMddHHmmss'];
+    this.timeFormatOptions = ['EPOCH', 'yyyyMMdd', 'yyyy-MM-dd', 'yyyy-MM-dd-HH', 'yyyy-MM-dd HH:mm:ss', 'yyyy-MM-dd HH:mm:ss.S', 'yyyyMMddHHmmss'];
     this.timeGranularityOptions = ['1MILLISECONDS', '1SECONDS', '1MINUTES', '1HOURS', '1DAYS', '1WEEKs', '1MONTHS', '1YEARS'];
     this.timezoneOptions = ["UTC", "Pacific/Midway", "US/Hawaii", "US/Alaska", "US/Pacific", "US/Arizona", "US/Mountain", "US/Central",
       "US/Eastern", "America/Caracas", "America/Manaus", "America/Santiago", "Canada/Newfoundland", "Brazil/East", "America/Buenos_Aires", 


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