ajantha-bhat commented on a change in pull request #3794:
URL: https://github.com/apache/iceberg/pull/3794#discussion_r775102996



##########
File path: 
spark/v3.0/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java
##########
@@ -64,11 +64,11 @@ public void testRewriteDataFilesOnPartitionTable() {
     List<Object[]> expectedRecords = currentData();
 
     List<Object[]> output = sql(
-            "CALL %s.system.rewrite_data_files(table => '%s')", catalogName, 
tableIdent);
+        "CALL %s.system.rewrite_data_files(table => '%s')", catalogName, 
tableIdent);

Review comment:
       Agree. But I got a specific comment to fix indentation for this file in 
the spark-3.2 PR. Hence adopting it here also.
   
   But I think checkstyle should catch over indented code in PR, so it can be 
caught and fixed in the respective PR itself. Let me explore why it is not 
catching




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