We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438522e commit d0656aaCopy full SHA for d0656aa
1 file changed
src/execution_v1/volcano_executor/insert.rs
@@ -23,8 +23,6 @@ impl Insert {
23
let mut arrays = batch.columns().to_vec();
24
let col_len = arrays[0].len();
25
26
- arrays.reverse();
27
-
28
let full_arrays = table.all_columns()
29
.into_iter()
30
.map(|(_, col_catalog)| {
0 commit comments