We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8599f2d commit 1e00278Copy full SHA for 1e00278
1 file changed
python/datafusion/functions.py
@@ -67,7 +67,7 @@ def _warn_expr_for_literal_arg(function_name: str, arg_name: str) -> None:
67
f"Passing Expr for {function_name}() argument {arg_name!r} is deprecated; "
68
"pass a Python literal instead.",
69
DeprecationWarning,
70
- stacklevel=3,
+ stacklevel=4,
71
)
72
73
0 commit comments