danny0405 commented on code in PR #17838:
URL: https://github.com/apache/hudi/pull/17838#discussion_r2706725244


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteFunction.java:
##########
@@ -254,6 +248,29 @@ private String getBucketID(String partitionPath, String 
fileId) {
     return StreamerUtil.generateBucketKey(partitionPath, fileId);
   }
 
+  /**
+   * Process the record with index information and emit index rows to the 
downstream index write operator for index streaming write.
+   */
+  protected void processIndexRow(HoodieFlinkInternalRow record, 
Collector<RowData> out) {

Review Comment:
   put it into a optional function and invoke when necessary?



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