Alexey Kudinkin created HUDI-5313:
-------------------------------------
Summary: Decouple Reader/Writer versioning
Key: HUDI-5313
URL: https://issues.apache.org/jira/browse/HUDI-5313
Project: Apache Hudi
Issue Type: Improvement
Reporter: Alexey Kudinkin
Currently Hudi versions both readers and writers w/ single table format version.
This might be disadvantageous in 1:N deployments, where a single writer gets
updated but it's not easy to update the readers (in large org deployments for
ex). As such, decoupling reader/writer versioning would allow us to introduce a
notion of Forward Compatibility where if no features require an upgraded
version of the reader then older version of the reader would still be able to
read the table by the newer version of the writer
--
This message was sent by Atlassian Jira
(v8.20.10#820010)