yashmayya commented on code in PR #14947: URL: https://github.com/apache/pinot/pull/14947#discussion_r1936676324
########## pinot-query-planner/src/main/java/org/apache/pinot/query/QueryEnvironment.java: ########## @@ -152,7 +152,8 @@ private WorkerManager getWorkerManager(SqlNodeAndOptions sqlNodeAndOptions) { } switch (inferPartitionHint.toLowerCase()) { case "true": - Objects.requireNonNull(workerManager, "WorkerManager is required in order to infer partition hint"); + Objects.requireNonNull(workerManager, "WorkerManager is required in order to infer partition hint. " + + "Please enable it using " + CommonConstants.Broker.CONFIG_OF_ENABLE_PARTITION_METADATA_MANAGER + "=true"); Review Comment: ```suggestion + "Please enable it using broker config" + CommonConstants.Broker.CONFIG_OF_ENABLE_PARTITION_METADATA_MANAGER + "=true"); ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org