timveil opened a new issue, #11819: URL: https://github.com/apache/pinot/issues/11819
`JsonAsyncHttpPinotClientTransportFactory` looks for a property named `useMultiStageEngine` (uppercase "S") when building its connection properties. The challenge is that most other code, examples and documentation refer to this property as `useMultistageEngine` (lowercase "S"). Since `getProperty` is case-sensitive, this can lead to unexpected behavior. This property should be updated to reflect its case in other parts of the code. -- 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.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