Skip to content

Commit

Permalink
fix: fix dup rows
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Aug 9, 2024
1 parent 72d1011 commit b63b7ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion datafusion/functions-nested/src/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ fn gen_range_date(args: &[ArrayRef], include_upper: bool) -> Result<ArrayRef> {
});

list_builder.append_value(values);
list_builder.append(true);
}

let arr = Arc::new(list_builder.finish());
Expand Down
3 changes: 0 additions & 3 deletions datafusion/sqllogictest/test_files/array.slt
Original file line number Diff line number Diff line change
Expand Up @@ -5902,7 +5902,6 @@ select generate_series(NULL)
----
NULL

<<<<<<< HEAD
# Test generate_series with a table of values
statement ok
CREATE TABLE date_table(
Expand Down Expand Up @@ -5944,8 +5943,6 @@ DataFusion error: Internal error: could not cast value to arrow_array::array::pr
This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker


=======
>>>>>>> f05f2903c (Add a few more tests)
## array_except

statement ok
Expand Down

0 comments on commit b63b7ba

Please sign in to comment.