flyrain commented on PR #1233:
URL: https://github.com/apache/polaris/pull/1233#issuecomment-2779195682

   The main after-merge errors. It may be related. 
   ```
   Execution failed for task ':polaris-service-common:compileJava'.
   > Compilation failed; see the compiler output below.
     
/home/runner/work/polaris/polaris/service/common/src/main/java/org/apache/polaris/service/catalog/common/CatalogHandler.java:223:
 error: [UseEnumSwitch] Prefer using a switch instead of a chained if-else for 
enums
           if (subType == PolarisEntitySubType.ICEBERG_TABLE) {
           ^
         (see https://errorprone.info/bugpattern/UseEnumSwitch)
       Did you mean 'switch (subType) {'?
     2 errors
   ```


-- 
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]

Reply via email to