geserdugarov commented on code in PR #18276: URL: https://github.com/apache/hudi/pull/18276#discussion_r2957730331
########## rfc/rfc-98/rfc-98.md: ########## @@ -37,7 +39,7 @@ Adopting the V2 API is essential for enhanced control over the data source, deep First steps towards integrating of Spark Datasource V2 were taken in [RFC-38](../rfc-38/rfc-38.md). However, there are multiple issues with advertising Hudi table as V2 without actual implementing certain API, and with using custom relation rule to fall back to V1 API. -As a result, the current implementation of `HoodieCatalog` and `Spark3DefaultSource` returns a `V1Table` instead of `HoodieInternalV2Table`, +As a result, the current implementation of `HoodieCatalog` and `BaseDefaultSource` returns a `V1Table` instead of `HoodieInternalV2Table`, Review Comment: I suppose it's better to use real numbers. I'll update this part as soon as benchmark results will be ready. -- 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]
