delta
delta copied to clipboard
[Spark] Add more tests checking the preservedRowTracking tag
Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
Description
Add more tests checking the behavior of the preservedRowTracking tag in specific commands like Merge/Update/Delete/Optimize/Remove Column Mapping, we introduced Preserving Row Tracking for these commands in previous PRs, which include adding the preservedRowTracking tag.
How was this patch tested?
Added UTs.
Does this PR introduce any user-facing changes?
No.