pvary commented on PR #14594:
URL: https://github.com/apache/iceberg/pull/14594#issuecomment-3546231037

   > This field is derived dynamically within the Flink app (as it depends on 
the data flowing through the app)
   
   How do you send the dynamically collected data to the `func`?
   The function is serialized during the job creation, and then sent to the 
committer. When the committer is started, then the function is deserialized and 
executed, but only already serialized information, and information available in 
the committer could be used by the function. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to