You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-47827][PYTHON] Missing warnings for deprecated features
### What changes were proposed in this pull request?
This PR proposes to add missing warnings for deprecated features
### Why are the changes needed?
Some APIs will be removed so we should provide proper warnings when users try using it
### Does this PR introduce _any_ user-facing change?
No API changes, but the deprecated APIs now shows proper warnings
### How was this patch tested?
The existing CI should pass.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#46021 from itholic/SPARK-47827.
Authored-by: Haejoon Lee <haejoon.lee@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments