maytasm commented on a change in pull request #10063:
URL: https://github.com/apache/druid/pull/10063#discussion_r444536063
##########
File path: processing/src/main/java/org/apache/druid/query/QueryContexts.java
##########
@@ -59,7 +59,7 @@
public static final boolean DEFAULT_USE_CACHE = true;
public static final boolean DEFAULT_POPULATE_RESULTLEVEL_CACHE = true;
public static final boolean DEFAULT_USE_RESULTLEVEL_CACHE = true;
- public static final Vectorize DEFAULT_VECTORIZE = Vectorize.FALSE;
+ public static final Vectorize DEFAULT_VECTORIZE = Vectorize.TRUE;
Review comment:
Just to see if anything else fail. Will make this change in a separate
PR with relevant doc change
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]