delta
delta copied to clipboard
[Kernel][Type Widening] 8/ refactor collation parsing/setting not be intertwined with type parsing
🥞 Stacked PR
Use this link to review incremental changes.
Which Delta project/connector is this regarding?
- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [x] Kernel
- [ ] Other (fill in here)
Description
This refactors the population of collation on StringTypes to be separate from parsing. This simplifies flows/arguments or parsing and consolidates the logic in a single place using StreamIterable.
How was this patch tested?
Existing tests.
Does this PR introduce any user-facing changes?
No.