navina opened a new pull request, #10703:
URL: https://github.com/apache/pinot/pull/10703

   This PR adds support for deleting records in an upsert table #10452  . The 
design details can be found 
[here](https://docs.google.com/document/d/19s1AHCRjmqeVa0z_djYBTAt_meg6qWcUxwRO3y-G9O4/edit#).
 
   The solution: 
   * allows specifying the delete column name in the upsert config
   * the delete operation updates the validDocIds bitmap and a dedicated bitmap 
to mark the deleted docId
   
   Adding more tests to the PR is in progress. 
   
   Labels: `feature` 
   
   cc: @Jackie-Jiang @mayankshriv @npawar @yupeng9 


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

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