Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45971][CORE][SQL] Correct the package name of `SparkCollection…
…Utils` to `org.apache.spark.util` ### What changes were proposed in this pull request? This pr correct the package name of `SparkCollectionUtils` from `org.apache.spark.sql.catalyst.util` to `org.apache.spark.util`. ### Why are the changes needed? `SparkCollectionUtils` is in `common-utils` module, not in `catalyst` module, so it should not use the package name related to `catalyst` module. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#43864 from LuciferYang/SPARK-45971. Lead-authored-by: yangjie01 <yangjie01@baidu.com> Co-authored-by: YangJie <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
- Loading branch information