Jackie-Jiang commented on issue #7276: URL: https://github.com/apache/pinot/issues/7276#issuecomment-898766174
The `TIMESTAMP` data type always use `yyyy-MM-dd HH:mm:ss.SSS`, but this won't avoid the time format conversion if we need the result to be in another format. @mbecker From the Presto SQL query, can you try setting the input format (second argument) to match the field spec format? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
