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

   Currently DataFileWriter exposes write method for data files and extra files.
   
   However, as the number of patterns to write files is increasing (for 
example, we'd like to write some records into a data file, then write some 
other records into an extra files when producing changelogs from full 
compaction) we'll have to keep adding methods to DataFileWriter if we keep the 
current implementation.
   
   We'd like to refactor DataFileWriter into a factory to create writers, so 
that the users of writers can write however they like.


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