Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38199][SQL] Delete the unused
dataType
specified in the defi…
…nition of `IntervalColumnAccessor` ### What changes were proposed in this pull request? SPARK-30066 introduce `IntervalColumnAccessor` and it accepts 2 constructor parameters: `buffer` and `dataType`, but the `dataType` was ignored because the parameter passed to `BasicColumnAccessor` is alway `CALENDAR_INTERVAL`, so this pr delete the unused `dataType`. ### Why are the changes needed? Clear class definition of `IntervalColumnAccessor`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA Closes apache#35507 from LuciferYang/SPARK-38199. Authored-by: yangjie01 <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information