Skip to content

Commit 1e65c30

Browse files
committed
Simplify array_to_rows checks
1 parent 47aeef5 commit 1e65c30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/etl/src/Flow/ETL/DSL/functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,6 @@ function array_to_rows(array $data, EntryFactory $entryFactory, array|Partitions
16841684
$rows = [];
16851685

16861686
foreach ($data as $row) {
1687-
$row = type_array_new()->assert($row);
16881687
$rows[] = array_to_row($row, $entryFactory, $partitions, $schema);
16891688
}
16901689

0 commit comments

Comments
 (0)