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

   Refactor split and read, for better Hybrid reading. The full and incremental 
read paths should be different, otherwise it is easy to get bugs.
   
   * Add boolean isIncremental to Split
   * Use Split in Flink Source Split and Hive Split
   * FileStoreRead.createReader(Split)
   * Create ConcatRecordReader or MergeTreeReader by Split.isIncremental
   * Do key projection in KeyValueFileStoreRead.createReader


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to