cuibo01 commented on code in PR #5554:
URL: https://github.com/apache/hudi/pull/5554#discussion_r881169914
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/utils/Pipelines.java:
##########
@@ -315,14 +315,14 @@ public static DataStream<HoodieRecord>
rowDataToHoodieRecord(Configuration conf,
* @param dataStream The input data stream
* @return the stream write data stream pipeline
*/
- public static DataStream<Object> hoodieStreamWrite(Configuration conf, int
defaultParallelism, DataStream<HoodieRecord> dataStream) {
+ public static DataStream<Object> hoodieStreamWrite(Configuration conf, int
defaultParallelism, DataStream<HoodieRecord> dataStream, String
sinkOperatorNameSuffix) {
if (OptionsResolver.isBucketIndexType(conf)) {
Review Comment:
yes,but sinkOperatorNameSuffix is not a configuration, so it is best to pass
it explicitly :)
--
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]