pinot-contrib / pinot-docs

Apache Pinot Documentation
23 stars 159 forks source link

Improve query options document #348

Closed jpg-130 closed 3 months ago

jpg-130 commented 4 months ago

Added documentation to specify multiple query options in REST API

jpg-130 commented 4 months ago

I used it just to keep the code clean. However, it is also fine if that option is removed altogether as we have two different ways of doing the same thing.

Jackie-Jiang commented 4 months ago

Since we support this right now, we can still add it, but maybe mark it deprecated? Actually this was used before OPTIONS was introduced. We also support this format within the broker API (PinotClientRequest). Could you please also add that?