Open etseidl opened 2 days ago
Closes #6756.
See issue.
Modifies both the arrow and record readers to check for nested lists before triggering the rule that repeated groups named "array" are treated as list<OneTuple>.
list<OneTuple>
Changes the interpretation of some legacy schemas.
Please fix CI 👍
I wish I could 😅. It appears that test is borked for everyone due to some upstream shenanigans.
And now fixed by #6745
Which issue does this PR close?
Closes #6756.
Rationale for this change
See issue.
What changes are included in this PR?
Modifies both the arrow and record readers to check for nested lists before triggering the rule that repeated groups named "array" are treated as
list<OneTuple>
.Are there any user-facing changes?
Changes the interpretation of some legacy schemas.