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
### What changes were proposed in this pull request?
This PR aims to remove `ArrowReaderHelper.isNestedType` method in order to make `loadField` more flexible.
### Why are the changes needed?
This is a preparation to support more complex types. `switch` pattern is more flexible to extend `loadField` method.
In addition, `isNestedType` is used once.
### Does this PR introduce _any_ user-facing change?
No, this is an internal refactoring.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#204 from dongjoon-hyun/SPARK-52629.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments