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/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 18777b7 Adding timestamp into schema test (#8080)
18777b7 is described below
commit 18777b7149b665e4c5a22e27f78a78fd63bd8055
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Jan 27 17:37:13 2022 -0800
Adding timestamp into schema test (#8080)
---
pinot-common/src/test/resources/schemaTest.schema | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pinot-common/src/test/resources/schemaTest.schema
b/pinot-common/src/test/resources/schemaTest.schema
index b7c7dcf..d6c5704 100644
--- a/pinot-common/src/test/resources/schemaTest.schema
+++ b/pinot-common/src/test/resources/schemaTest.schema
@@ -88,6 +88,12 @@
"format": "1:DAYS:SIMPLE_DATE_FORMAT:yyyyMMdd",
"granularity": "1:DAYS",
"defaultNullValue": "20200101"
+ },
+ {
+ "name": "dateTime3",
+ "dataType": "TIMESTAMP",
+ "format": "1:MILLISECONDS:TIMESTAMP",
+ "granularity": "1:SECOND"
}
],
"schemaName": "schemaTest"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]