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:
   ![Screen Shot 2020-10-06 at 4 49 06 
PM](https://user-images.githubusercontent.com/13425258/95945175-bb1a7800-0d9e-11eb-8d27-6760afc4ecf7.png)
   
   
   
   
   


----------------------------------------------------------------
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

Reply via email to