waywtdcc commented on code in PR #7056:
URL: https://github.com/apache/hudi/pull/7056#discussion_r1009102237


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/HoodieHiveCatalog.java:
##########
@@ -799,7 +800,7 @@ public void dropPartition(
     try (HoodieFlinkWriteClient<?> writeClient = createWriteClient(tablePath, 
table)) {
       boolean hiveStylePartitioning = 
Boolean.parseBoolean(table.getOptions().get(FlinkOptions.HIVE_STYLE_PARTITIONING.key()));
       writeClient.deletePartitions(
-          
Collections.singletonList(HoodieCatalogUtil.inferPartitionPath(hiveStylePartitioning,
 partitionSpec)),
+              
Collections.singletonList(HoodieCatalogUtil.inferPartitionPath(hiveStylePartitioning,
 partitionSpec)),
               HoodieActiveTimeline.createNewInstantTime())

Review Comment:
   This is the format of the previous code. I corrected 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]

Reply via email to