leesf commented on a change in pull request #3330:
URL: https://github.com/apache/hudi/pull/3330#discussion_r678399460



##########
File path: 
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkCopyOnWriteTable.java
##########
@@ -229,6 +229,11 @@ public HoodieWriteMetadata 
deletePartitions(HoodieEngineContext context, String
     throw new HoodieNotSupportedException("DeletePartitions is not supported 
yet");
   }
 
+  @Override
+  public HoodieWriteMetadata<List<WriteStatus>> optimize(HoodieEngineContext 
context, String instantTime, List<HoodieRecord<T>> records) {
+    throw new HoodieNotSupportedException("optimize data layouy is not 
supported yet");

Review comment:
       nit:layout




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