vrajat commented on issue #16032: URL: https://github.com/apache/pinot/issues/16032#issuecomment-2966817753
@jadami10 I am trying to reproduce the issue. I started `MultiStageEngineQuickStart` and ran the following curl command as well as ran the query through the UI. ``` curl --request POST http://localhost:9000/sql --data '{"sql":"SELECT * from airlineStats limit 10", "queryOptions":"useMultiStageEngine=true"}' ``` The query ran successfully in both the cases. I am probably missing a step in my reproducer. Can you reproduce using `MultiStageEngineQuickStart` ? Are there any differences in your cluster such as multiple brokers or are using a specific BrokerSelector ? -- 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]
