You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/11/04 23:22:02 UTC

[GitHub] [incubator-pinot] npawar opened a new pull request #4786: Add query options from json to existing query options, instead of overriding

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org