nsivabalan commented on issue #14418: URL: https://github.com/apache/hudi/issues/14418#issuecomment-4795155336
Both requested capabilities have landed in master long ago and are part of recent Hudi releases: - **Metadata table for Spark SQL writes/reads**: implemented under HUDI-1371 / HUDI-1893 (commit `1ff2d3459a89`, *Support metadata based listing for Spark DataSource and Spark SQL*). Enable via `hoodie.metadata.enable=true` (default `true` in current versions). - **Clustering via SQL**: `CALL run_clustering(...)` / `CALL show_clustering(...)` procedures landed under HUDI-3445 (commit `62f534d00228`), and there are end-to-end tests in `TestClusteringProcedure` and `TestClusteringBinaryCopyStrategy`. SQL `ALTER TABLE ... CLUSTER` style commands are also covered. Closing this as resolved — please reopen with a specific repro if a particular SQL flow still doesn't work as expected on a recent Hudi release. -- 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]
