Skip to content

Commit d0656aa

Browse files
committed
fix(insert): fix the reverse order of values to columns
1 parent 438522e commit d0656aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/execution_v1/volcano_executor/insert.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ impl Insert {
2323
let mut arrays = batch.columns().to_vec();
2424
let col_len = arrays[0].len();
2525

26-
arrays.reverse();
27-
2826
let full_arrays = table.all_columns()
2927
.into_iter()
3028
.map(|(_, col_catalog)| {

0 commit comments

Comments
 (0)