tarantool/avro-schema

Nullable scalar export collapse table to just type

Khatskevich opened this issue · 0 comments

schema

"string*"

would be exported as

{
type = "string*"
}

because of its internal representation

It should be fixed, because:

  1. it may be confusing
  2. string* looks closer to Avro canonical form (while nullability is an extension)