clintropolis commented on issue #8068: Druid SQL EXTRACT time function - adding support for additional Time Units URL: https://github.com/apache/incubator-druid/pull/8068#issuecomment-511166994 >How do I fix this error ? The test was successful before I rebased changes from master. Post rebasing it failed. Trying to figure out how to fix this. Ah, add this to the beginning of your test ``` cannotVectorize(); ``` A vectorized query engine got merged, but it doesn't fully support all query and filter types, so some tests, such as those which use Druid expressions as this, will need that until supported.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
