chore: update datafusion family (#5814)

This commit is contained in:
LFC
2025-04-09 10:20:55 +08:00
committed by GitHub
parent 7e3cad8a55
commit 311727939d
83 changed files with 902 additions and 1027 deletions

View File

@@ -163,7 +163,7 @@ mod tests {
];
let args = ScalarFunctionArgs {
args: &args,
args,
number_rows: 4,
return_type: &ConcreteDataType::boolean_datatype().as_arrow_type(),
};