snazy commented on code in PR #3797:
URL: https://github.com/apache/polaris/pull/3797#discussion_r2826257172
##########
plugins/spark/v3.5/spark/src/test/java/org/apache/polaris/spark/NoopDeltaCatalog.java:
##########
@@ -32,6 +32,9 @@
public class NoopDeltaCatalog extends DelegatingCatalogExtension {
// This is a mock of isUnityCatalog scala val in
// org.apache.spark.sql.delta.catalog.DeltaCatalog.
+ // Although it appears unused, in fact it is reflectively used in DeltaHelper
+ // Final modifier can't apply here either, because it is also reflectively
modified.
+ @SuppressWarnings("unused")
Review Comment:
👍
--
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]