Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jan 14, 2025
1 parent 7fc419a commit 8749206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ pub fn invoke<C: FromIterator<Option<I>> + 'static, I>(
to_scalar: impl Fn(Option<I>) -> ScalarValue,
return_dict: bool,
) -> DataFusionResult<ColumnarValue> {
dbg!(args);
let Some((json_arg, path_args)) = args.split_first() else {
return exec_err!("expected at least one argument");
};
Expand Down

0 comments on commit 8749206

Please sign in to comment.