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

   Currently `FileStore` exposes an interface for reading and writing 
`KeyValue`. However connectors may have different ways to change a `RowData` to 
`KeyValue` under different `WriteMode`. This results in lots of `if...else...` 
branches and duplicated code.
   
   We need to add an abstraction layer for connectors to read and write row 
data instead of key-values.


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