Skip to content

Commit 8749206

Browse files
committed
debug
1 parent 7fc419a commit 8749206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.rs

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ pub fn invoke<C: FromIterator<Option<I>> + 'static, I>(
145145
to_scalar: impl Fn(Option<I>) -> ScalarValue,
146146
return_dict: bool,
147147
) -> DataFusionResult<ColumnarValue> {
148+
dbg!(args);
148149
let Some((json_arg, path_args)) = args.split_first() else {
149150
return exec_err!("expected at least one argument");
150151
};

0 commit comments

Comments
 (0)