Skip to content

Commit 0f8f807

Browse files
another merge conflict
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 479fe56 commit 0f8f807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etl-destinations/src/deltalake/schema.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ impl TableRowEncoder {
685685
.map(|cell| match cell {
686686
PGCell::Null => None,
687687
PGCell::Array(array_cell) => match array_cell {
688-
PGArrayCell::Null => None,
689688
PGArrayCell::Bool(arr) => Some(format!("{arr:?}")),
690689
PGArrayCell::String(arr) => Some(format!("{arr:?}")),
691690
PGArrayCell::I16(arr) => Some(format!("{arr:?}")),

0 commit comments

Comments
 (0)