Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: delta-io/delta-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 08a96ed218fd16dd5b26d78c66004ee123552fba
Choose a base ref
..
head repository: delta-io/delta-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b144cf13139fa1bd930dd5610d1db2adc159240e
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 crates/core/src/delta_datafusion/expr.rs
1 change: 0 additions & 1 deletion crates/core/src/delta_datafusion/expr.rs
Original file line number Diff line number Diff line change
@@ -107,7 +107,6 @@ impl ScalarUDFImpl for MakeParquetArray {

match self.actual.invoke(args)? {
ColumnarValue::Scalar(ScalarValue::List(df_array)) => {

let field = Arc::new(Field::new("element", data_type, true));
let result = Ok(ColumnarValue::Scalar(ScalarValue::List(Arc::new(
GenericListArray::<i32>::try_new(