xiangfu0 opened a new pull request, #11528:
URL: https://github.com/apache/pinot/pull/11528

   Sample query:
   ```
   select  
   DATETIMECONVERT(
                max(rawTs), 
                '1:SECONDS:EPOCH', 
                '1:SECONDS:SIMPLE_DATE_FORMAT:yyyy-MM-dd HH:mm:ss a', 
                '1:SECONDS') 
     from mytable limit 10
   ```
   ```
   ProcessingException(errorCode:450, message:InternalError:
   java.io.IOException: Failed : HTTP error code : 500. Root Cause: Caught 
exception while invoking method: public java.lang.String 
org.apache.pinot.common.function.scalar.DateTimeConvert.dateTimeConvert(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
 with arguments: [1.6932672E12, 1:SECONDS:EPOCH, 
1:SECONDS:SIMPLE_DATE_FORMAT:yyyy-MM-dd HH:mm:ss a, 1:SECONDS]
   ```


-- 
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]

Reply via email to