This is an automated email from the ASF dual-hosted git repository.

adutra pushed a commit to branch feature/iceberg-1.11
in repository https://gitbox.apache.org/repos/asf/polaris.git

commit de6de3a745f08c48396ba7404ff36c18588a585f
Author: Alexandre Dutra <[email protected]>
AuthorDate: Fri Feb 6 14:15:04 2026 +0100

    [temp] Errorprone: set PatternMatchingInstanceof rule to WARN
---
 codestyle/errorprone-rules.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codestyle/errorprone-rules.properties 
b/codestyle/errorprone-rules.properties
index 371a078a8..0348e9b4c 100644
--- a/codestyle/errorprone-rules.properties
+++ b/codestyle/errorprone-rules.properties
@@ -184,7 +184,7 @@ OrphanedFormatString=ERROR
 Overrides=ERROR
 # Varargs doesn't agree for overridden method
 
-PatternMatchingInstanceof=ERROR
+PatternMatchingInstanceof=WARN
 # This code can be simplified to use a pattern-matching instanceof.
 
 StreamToIterable=ERROR

Reply via email to