danielcweeks commented on pull request #1573:
URL: https://github.com/apache/iceberg/pull/1573#issuecomment-723277610


   > Looks like a bug in an error message caught by errorprone:
   > 
   > ```
   > 
/home/runner/work/iceberg/iceberg/aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java:64:
 error: [FormatStringAnnotation] extra format arguments: used 0, provided 1
   >     
ValidationException.check(VALID_SCHEMES.contains(scheme.toLowerCase()), 
"Invalid scheme: ", scheme);
   > ```
   
   Interesting, I ran checks locally and it didn't hit (maybe because I was 
just running build for the iceberg-aws project).  Pushed a fix for that.


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to