kbendick commented on PR #4795:
URL: https://github.com/apache/iceberg/pull/4795#issuecomment-1135130550

   Actually, I think there's an existing way that the thread ID could be 
exposed in the snapshot summary. Look into the 
`SnapshotSummary.EXTRA_METADATA_PREFIX`. Basically, in the spark `options` used 
on write, you'd add `snapshot-property.${desired_summary_key}` = 
`${desired_value_for_key}`. And then on write, in the snapshot summary, 
`desired_summary_key = desired_value_for_key` will be writen.


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