eric-maynard commented on code in PR #1925:
URL: https://github.com/apache/polaris/pull/1925#discussion_r2164503218


##########
spec/polaris-management-service.yml:
##########
@@ -911,6 +911,7 @@ components:
             - OAUTH
             - BEARER
             - SIGV4
+            - NO_AUTH

Review Comment:
   In fact, is the Java client already set up to treat this as NULL_TYPE?
   
   ```java
   if (authTypeCode < 0 || authTypeCode >= REVERSE_MAPPING_ARRAY.length) {
         return NULL_TYPE;
       }
   ```



##########
spec/polaris-management-service.yml:
##########
@@ -911,6 +911,7 @@ components:
             - OAUTH
             - BEARER
             - SIGV4
+            - NO_AUTH

Review Comment:
   In fact, is the Java client already set up to treat this as NULL_TYPE?
   
   ```java
   if (authTypeCode < 0 || authTypeCode >= REVERSE_MAPPING_ARRAY.length) {
     return NULL_TYPE;
   }
   ```



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