pravin1406 commented on issue #12808: URL: https://github.com/apache/hudi/issues/12808#issuecomment-2644800233
@rangareddy @codope Shouldn't one format's parser delegate it to other format's parser in case a procedure is not available to be executed. If not it nullifies the purpose of having spark support multiple spark sql extension. It also becomes an unnecessary issue to deal with as many orgs have use cases where they may be using both formats on need basis. Also i see iceberg has a PR merged recently to somehow handle this, can be wrong. https://github.com/apache/iceberg/pull/11480 I think hudi should also take care of this. I tested the PR above seems it's working...by keeping iceberg extension after hudi extension. What are your thoughts ? -- 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]
