mayankshriv opened a new pull request #5342: URL: https://github.com/apache/incubator-pinot/pull/5342
With PR #5259 and #5275, the broker starts to send aggregation function arguments in a new field in the thrift class. While new server prefers new field and falls back to old field, in case of new broker and old server the server is unable to find values in the field. This PR fixes this issue by adding both old and new field in the broker. We will need to change back broker to stop setting the old field with a future release. ---------------------------------------------------------------- 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]
