Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50905][SQL][TESTS] Rename
Customer*
to Custom*
in `SparkSe…
…ssionExtensionSuite` ### What changes were proposed in this pull request? This PR aims to rename `Customer*` to `Custom*` in `SparkSessionExtensionSuite` like the other existing ones in the same file. - `CustomAggHint` - `CustomAggregateRule` - `CustomSortHint` - `CustomSortRule` ### Why are the changes needed? To make the comment and code consistently by using a general term `Custom` instead of `Customer`. ### Does this PR introduce _any_ user-facing change? No, this is a renaming in test cases. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49587 from dongjoon-hyun/SPARK-50905. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information