yupeng9 opened a new pull request #6141: URL: https://github.com/apache/incubator-pinot/pull/6141
## Description Part of a series of PRs for #4261 Check this [doc](https://docs.google.com/document/d/1qljEMndPMxbbKtjlVn9mn2toz7Qrk0TGQsHLfI--7h8/edit#heading=h.lsfmyoyyxtgt) out for the new design Add a query option for disabling upsert (mostly for debugging purpose) ``` select event_id, count(*) from meetupRsvp option(disableUpsert=false) group by event_id limit 10 ``` displays:  ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org