You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/19 21:41:10 UTC

[GitHub] bputt opened a new issue #7097: Add support for querying by long timestamp for sql

bputt opened a new issue #7097: Add support for querying by long timestamp for sql
URL: https://github.com/apache/incubator-druid/issues/7097
 
 
   When querying via SQL, our timestamps are stored as longs, but when we add ```WHERE timestampfield = LONG``` the query fails, but as soon as we modify it to be ```WHERE timestampfield = 'YYY-MM-DD HH:mm:ss.zzz``` it works
   
   It'd be nice if it supported longs

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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