This is an automated email from the ASF dual-hosted git repository. jackie 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 94d3c5f Add TIMESTAMP to datetime column Type (#7746) 94d3c5f is described below commit 94d3c5f96aeec5b6ad2bd709d02d873c8c0c57c6 Author: Sanket Shah <shahsan...@users.noreply.github.com> AuthorDate: Thu Nov 11 23:37:33 2021 +0530 Add TIMESTAMP to datetime column Type (#7746) --- .../resources/app/components/Homepage/Operations/SchemaComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinot-controller/src/main/resources/app/components/Homepage/Operations/SchemaComponent.tsx b/pinot-controller/src/main/resources/app/components/Homepage/Operations/SchemaComponent.tsx index 799560e..c86f353 100644 --- a/pinot-controller/src/main/resources/app/components/Homepage/Operations/SchemaComponent.tsx +++ b/pinot-controller/src/main/resources/app/components/Homepage/Operations/SchemaComponent.tsx @@ -110,7 +110,7 @@ export default function SchemaComponent({ const defaultDataTypeOptions = { dimension: ["INT", "LONG", "STRING", "FLOAT", "DOUBLE", "BYTES", "BOOLEAN", "JSON"], metric: ["INT", "LONG", "DOUBLE", "FLOAT", "BYTES"], - datetime: ["STRING", "INT", "LONG"] + datetime: ["STRING", "INT", "LONG", "TIMESTAMP"] }; const preFilledData = { dimension: { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org