You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "rahulkg31 (via GitHub)" <gi...@apache.org> on 2023/03/21 11:15:43 UTC

[GitHub] [druid] rahulkg31 opened a new issue, #13957: transform epoch milliseconds in long to timestamp type while ingestion in Druid

rahulkg31 opened a new issue, #13957:
URL: https://github.com/apache/druid/issues/13957

   Hi,
   
   My input data contains multiple fields which have epoch data in milliseconds in long datatype format. I want to transform format them into timestamp in Druid while ingestion. There are some time functions in the doc - https://druid.apache.org/docs/latest/misc/math-expr.html. But I am not able to achieve the desired result. Any guidance would be greatly appreciated!
   


-- 
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: commits-unsubscribe@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [druid] rahulkg31 closed issue #13957: transform epoch milliseconds in long to timestamp type while ingestion in Druid

Posted by "rahulkg31 (via GitHub)" <gi...@apache.org>.
rahulkg31 closed issue #13957: transform epoch milliseconds in long to timestamp type while ingestion in Druid
URL: https://github.com/apache/druid/issues/13957


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [druid] rahulkg31 commented on issue #13957: transform epoch milliseconds in long to timestamp type while ingestion in Druid

Posted by "rahulkg31 (via GitHub)" <gi...@apache.org>.
rahulkg31 commented on issue #13957:
URL: https://github.com/apache/druid/issues/13957#issuecomment-1477729108

   Solution:
   
   https://stackoverflow.com/questions/75800458/transform-epoch-milliseconds-in-long-to-timestamp-type-while-ingestion-in-druid


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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