We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f7f5d commit 17b61e4Copy full SHA for 17b61e4
1 file changed
src/table.rs
@@ -91,7 +91,7 @@ impl PyTableProvider {
91
#[staticmethod]
92
pub fn from_view(py: Python<'_>, df: &PyDataFrame) -> PyDataFusionResult<Self> {
93
let kwargs = PyDict::new(py);
94
- kwargs.set_item("stacklevel", 2)?;
+ kwargs.set_item("stacklevel", 3)?;
95
py.import("warnings")?.call_method(
96
"warn",
97
(
0 commit comments