GitHub user hequn8128 opened a pull request:

    https://github.com/apache/flink/pull/3792

    [FLINK-6093][table] Implement and turn on retraction for table sink

    The PR mainly includes the following changes:
    1. Make `CRow` internal and revert all related code exposing `CRow`.
    2. Add needsUpdatesAsRetraction property to `StreamRetractSink`, and take 
TableSink into consideration during RetractionRule
    3. add support for output `Boolean` flag in `CRow`
    
    - [ x] General
      - The pull request references the related JIRA issue ("[FLINK-6093] 
Implement and turn on retraction for table sink")
      - The pull request addresses only one issue
      - Each commit in the PR has a meaningful commit message (including the 
JIRA id)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hequn8128/flink 6093

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3792.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3792
    
----
commit 6588f512f8ca40ee4182b67ac6c5b145b51b0d4b
Author: Hequn Cheng <[email protected]>
Date:   2017-04-27T15:03:44Z

    [FLINK-6093][table] Implement and turn on retraction for table sink

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to