gortiz commented on code in PR #17328:
URL: https://github.com/apache/pinot/pull/17328#discussion_r2607330464
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##########
@@ -387,68 +388,8 @@ private void checkAuthorization(RequesterIdentity
requesterIdentity, RequestCont
private ImmutableQueryEnvironment.Config getQueryEnvConf(HttpHeaders
httpHeaders, Map<String, String> queryOptions,
long requestId) {
String database =
DatabaseUtils.extractDatabaseFromQueryRequest(queryOptions, httpHeaders);
- boolean inferPartitionHint =
_config.getProperty(CommonConstants.Broker.CONFIG_OF_INFER_PARTITION_HINT,
Review Comment:
This is moved to
pinot-query-planner/src/main/java/org/apache/pinot/query/QueryEnvironmentConfigFactory.java
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]