melin opened a new issue #5024:
URL: https://github.com/apache/hudi/issues/5024


   Support Spark SQL to query metadata such as hudi table snapshot。Example:
   ```
   #Iceberg sql 
   SELECT * FROM bigdata.ice_arctic_demo.snapshots;
   SELECT * FROM bigdata.ice_arctic_demo.history;
   SELECT * FROM bigdata.ice_arctic_demo.files;
   SELECT * FROM bigdata.ice_arctic_demo.manifests;
   ```


-- 
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]


Reply via email to