dimas-b commented on code in PR #3357:
URL: https://github.com/apache/polaris/pull/3357#discussion_r2673141431


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsStorageConfigurationInfo.java:
##########
@@ -105,13 +105,15 @@ public URI getInternalEndpointUri() {
   }
 
   /** Flag indicating whether path-style bucket access should be forced in S3 
clients. */
-  public abstract @Nullable Boolean getPathStyleAccess();
+  @Nullable
+  public abstract Boolean getPathStyleAccess();

Review Comment:
   Please use separate PRs for cleanup / typo fixes. Mixing cleanup change with 
feature work really complicates reviews, IMHO.



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