delta
delta copied to clipboard
[Spark] Pass sparkSession to commitOwnerBuilder
Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
Description
Updates CommitOwnerBuilder.build so that it can take in a sparkSession object. This allows it to read CommitOwner-related dynamic confs from the sparkSession while building it.
Does this PR introduce any user-facing changes?
No