Open devinrsmith opened 3 months ago
We might consider that the catalog type (as written by pyiceberg) for a byte[]
type would be better represented as a BinaryType (as opposed to List
That said, we should consider the same scenario but with short[]
.
We are currently unable to deserialize
byte[]
, and likely other primitive array types.While I don't think we necessarily need nested array support, we should probably support at least single primitive arrays?