Commit d48bf0d
authored
# Which issue does this PR close?
- Closes #8648
# Rationale for this change
Parse `DataType::Union`, `DataType::Map` and `DataType::RunEndEncoded`.
# What changes are included in this PR?
- Add `parse_union`, `parse_map`, and `parse_run_encoded`.
- Refactor `parse_list_field_name` -> `parse_list_field` to remove
duplicated codes.
# Are these changes tested?
Yes, new test added.
# Are there any user-facing changes?
Yes. Relate to #8351
1 parent f9dd799 commit d48bf0d
2 files changed
+238
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments