JingsongLi opened a new pull request, #9186: URL: https://github.com/apache/paimon/pull/9186
### Purpose Remove `PrivilegedCatalog` and the file-based privilege system because this catalog wrapper is no longer useful. This removes the privilege managers, checkers, table/store wrappers, Flink procedures and registrations, dedicated tests, and the obsolete privilege documentation. Catalog creation now only applies `CachingCatalog` wrapping. After this change, Paimon no longer automatically enables file-based authorization from warehouse metadata, and the related Flink procedures are no longer available. ### Tests - `mvn -pl paimon-core -Pfast-build -DskipTests clean compile` - `mvn -pl paimon-flink/paimon-flink-1.18 -am -Pfast-build -Pflink1 -DskipTests clean compile` - `mvn -pl paimon-flink/paimon-flink-1.18 -Pfast-build -Pflink1 -DskipTests test-compile` - `mvn -pl paimon-hive/paimon-hive-connector-common -Pfast-build -Pflink1 -DskipTests test-compile` -- 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]
