You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "yanenze (Jira)" <ji...@apache.org> on 2022/05/23 08:26:00 UTC

[jira] [Created] (HUDI-4139) improvement for flink sink operator name

yanenze created HUDI-4139:
-----------------------------

             Summary: improvement for flink sink operator name
                 Key: HUDI-4139
                 URL: https://issues.apache.org/jira/browse/HUDI-4139
             Project: Apache Hudi
          Issue Type: Improvement
          Components: flink
            Reporter: yanenze
             Fix For: 0.12.0
         Attachments: image-2022-05-23-16-13-11-410.png, image-2022-05-23-16-13-33-368.png, image-2022-05-23-16-14-05-608.png, image-2022-05-23-16-17-20-942.png, image-2022-05-23-16-17-20-962.png, image-2022-05-23-16-17-20-986.png, image-2022-05-23-16-20-32-792.png

for save resources sometimes we may use one solt to run a few tables like this

!image-2022-05-23-16-14-05-608.png!

it is hard for identify the table name for each table we try to write to hudi,

so i try to refine the operator name for better use, the modified code like this

!image-2022-05-23-16-20-32-792.png!

, and the outcome like this:

!image-2022-05-23-16-17-20-942.png!!image-2022-05-23-16-17-20-962.png!!image-2022-05-23-16-17-20-986.png!

so we can easily inquire each tableā€˜s information



--
This message was sent by Atlassian Jira
(v8.20.7#820007)