You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by GitBox <gi...@apache.org> on 2019/03/27 17:14:03 UTC

[GitHub] [samza] srinipunuru opened a new pull request #979: SAMZA-2110 : Support for deleting records from a table

srinipunuru opened a new pull request #979: SAMZA-2110 : Support for deleting records from a table
URL: https://github.com/apache/samza/pull/979
 
 
   1. Commit adds support for deleting records from table by adding a special __op__ field. SQL users can use this field to say whether the row needs to be deleted in the output table. This is a stop mechanism till we support DELETE operation in SQL. 
   2. Adds support for pluggable RelProviders to add the special fields __key__. This is useful if the relProvider knows the type of __key__ and wants to set it explicitly.

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