Skip to content

Commit 4c6e070

Browse files
committed
Allow large error in order to match datafusion trait this is called for
1 parent 7d92a6a commit 4c6e070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/udtf.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ impl PyTableFunction {
8383
}
8484
}
8585

86+
#[allow(clippy::result_large_err)]
8687
fn call_python_table_function(
8788
func: &Arc<PyObject>,
8889
args: &[Expr],

0 commit comments

Comments
 (0)