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/07/14 02:06:08 UTC

[GitHub] [incubator-druid] clintropolis commented on issue #8068: Druid SQL EXTRACT time function - adding support for additional Time Units

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