npawar opened a new pull request #4786: Add query options from json to existing query options, instead of overriding URL: https://github.com/apache/incubator-pinot/pull/4786 Query options can be set in 2 ways 1. Json payload with key "queryOptions" 2. Using ` option("key"="value")` at the end of the query. If both are provided, we need to create a union of the options. We had a bug where the options from 1 would override 2 if both were provided.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
