geserdugarov commented on code in PR #18276: URL: https://github.com/apache/hudi/pull/18276#discussion_r2888611258
########## rfc/rfc-98/rfc-98.md: ########## @@ -52,25 +53,240 @@ The current implementation of Spark Datasource V2 integration is presented in th ## Implementation -<!-- --> +The approach is hybrid: DSv2 for reads, DSv1 fallback for writes (`V2TableWithV1Fallback`). + +Overall proposed architecture for this hybrid approach is shown in the following schema: Review Comment: Clarified it in "Implementation" chapter in 41997c495dd69359309d34d8f8c7a261b02b5a7b -- 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]
