cuibo01 commented on code in PR #5554:
URL: https://github.com/apache/hudi/pull/5554#discussion_r884048696


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/streamer/HoodieFlinkStreamer.java:
##########
@@ -98,7 +98,7 @@ public static void main(String[] args) throws Exception {
     }
 
     DataStream<HoodieRecord> hoodieRecordDataStream = 
Pipelines.bootstrap(conf, rowType, parallelism, dataStream);
-    DataStream<Object> pipeline = Pipelines.hoodieStreamWrite(conf, 
parallelism, hoodieRecordDataStream);
+    DataStream<Object> pipeline = Pipelines.hoodieStreamWrite(conf, 
parallelism, hoodieRecordDataStream, conf.getString(FlinkOptions.TABLE_NAME));
     if (StreamerUtil.needsAsyncCompaction(conf)) {

Review Comment:
   yes ,  only the table name is passed here, 
   but the table and column are passed in the HoodieTableSink.



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