Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…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 #49587 from dongjoon-hyun/SPARK-50905. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information