xinbinhuang commented on PR #17873:
URL: https://github.com/apache/flink/pull/17873#issuecomment-1159608446

   @twalthr Thank you so much for providing the context. I agree that change 
fields or remove fields (i.e. change the name) should be extra careful. How 
about adding a new field? I believe an extra field is less a concept as JSON 
are generally accessed by looking up keys like a HashMap.
   
   I think `slotSharingGroup` is a useful information to better understand the 
topology of the job and help debugging & tuning. IMO, this extra information 
outweighs  the minor risk of breaking down stream systems. I see 3 options here.
   - accepts the PR and release in 1.16 
   - change the PR s.t. the `slot_sharing_group` is only added in the CLI 
output JSON plan but not in the SQL output.
   - reject the PR: no `slot_sharing_group` info in either CLI or SQL plan 
output.
   
   WDYT? @twalthr @MartijnVisser 


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