forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-46975][PS] Support dedicated fallback methods
### What changes were proposed in this pull request? Support dedicated fallback methods ### Why are the changes needed? apply this protocol: `new_key = f"_{key}_fallback"`, so that we can switch to a separate fallback implementation for a missing method if needed ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#45026 from zhengruifeng/mv_to_fallback. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Xinrong Meng <xinrong@apache.org>
- Loading branch information
1 parent
06c741a
commit d20650b
Showing
1 changed file
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters