xushiyan commented on issue #172: URL: https://github.com/apache/hudi-rs/issues/172#issuecomment-2628018068
@kazdy after some checking, it looks like reading Hudi table is already support with `wr.athena.read_sql_query` API, since Athena supports Hudi (https://github.com/aws/aws-sdk-pandas/issues/2269#issuecomment-1557031990) This is also how to do Iceberg read (https://aws-sdk-pandas.readthedocs.io/en/stable/tutorials/039%20-%20Athena%20Iceberg.html#Read-query-metadata) The missing support is Hudi-specific API in the sdk to create and write Hudi tables. -- 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]
