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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org