zhengzengprc commented on a change in pull request #3039:
URL: https://github.com/apache/iceberg/pull/3039#discussion_r758839202



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/source/SparkMicroBatchStream.java
##########
@@ -246,7 +269,7 @@ private void writeOffset(StreamingOffset offset, OutputFile 
file) {
         writer.flush();
       } catch (IOException ioException) {
         throw new UncheckedIOException(
-            String.format("Failed writing offset to: %s", 
initialOffsetLocation), ioException);
+                String.format("Failed writing offset to: %s", 
initialOffsetLocation), ioException);

Review comment:
       Yes, my IDE java style indent is different from the default setting, 
just change it back to default and reformat the file. Thanks for catching it




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