We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479fe56 commit 0f8f807Copy full SHA for 0f8f807
etl-destinations/src/deltalake/schema.rs
@@ -685,7 +685,6 @@ impl TableRowEncoder {
685
.map(|cell| match cell {
686
PGCell::Null => None,
687
PGCell::Array(array_cell) => match array_cell {
688
- PGArrayCell::Null => None,
689
PGArrayCell::Bool(arr) => Some(format!("{arr:?}")),
690
PGArrayCell::String(arr) => Some(format!("{arr:?}")),
691
PGArrayCell::I16(arr) => Some(format!("{arr:?}")),
0 commit comments