Nullable scalar export collapse table to just type
Khatskevich opened this issue · 0 comments
Khatskevich commented
schema
"string*"
would be exported as
{
type = "string*"
}
because of its internal representation
It should be fixed, because:
- it may be confusing
string*
looks closer to Avro canonical form (while nullability is an extension)