You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/13 09:46:49 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request #6: [FLINK-25630] Introduce MergeTree writer and reader for table store

JingsongLi opened a new pull request #6:
URL: https://github.com/apache/flink-table-store/pull/6


   - Add  test for Levels
   - Introduce RecordWriter: The `RecordWriter` is responsible for writing data and handling in-progress files used to write yet un-staged data. The incremental files ready to commit is returned to the system by the`#prepareCommit()`
   - Introduce MergeTreeOptions: Options for merge tree.
   - Introduce MergeTree writer and reader: A merge tree, provides writer and reader, the granularity of the change is the file.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink-table-store] JingsongLi merged pull request #6: [FLINK-25630] Introduce MergeTree writer and reader for table store

Posted by GitBox <gi...@apache.org>.
JingsongLi merged pull request #6:
URL: https://github.com/apache/flink-table-store/pull/6


   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org