You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spark] Change readPredicates from Seq to Vector (delta-io#4771)
#### Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
## Description
Change the type of `readPredicates` in `OptimisticTransaction` class
from generic `Seq` to `Vector`.
## How was this patch tested?
No behaviour change. Existing tests are suficient.
## Does this PR introduce _any_ user-facing changes?
No
0 commit comments