nastra commented on code in PR #13897:
URL: https://github.com/apache/iceberg/pull/13897#discussion_r2292807899


##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/SparkTableUtil.java:
##########
@@ -371,8 +371,11 @@ private static Iterator<ManifestFile> buildManifest(
       TaskContext ctx = TaskContext.get();
       String suffix =
           String.format(
+              Locale.ROOT,

Review Comment:
   once we fix all places of a certain warning we could make that warning an 
error



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


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

Reply via email to