dimas-b commented on code in PR #4356: URL: https://github.com/apache/polaris/pull/4356#discussion_r3461031660
########## CHANGELOG.md: ########## @@ -36,6 +36,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti ### Breaking changes - The `MaintenanceService.performMaintenance()` signature now requires an explicit `OptionalLong overrideRunId` argument to supersede the latest unfinished maintenance run. +- Admin grant APIs now reject table-like privilege targets with an empty namespace. A table-like target without a namespace is considered invalid input. Review Comment: nit: I'm not sure this is actually a breaking change from the end user perspective, because IRC catalogs do not allow creating tables/views without a namespace, AFAIK... at least not in the Iceberg java client 🤔 -- 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]
