You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9756 support the compare semantics family of batch serialize/deserialize. But it didn't handle nullmap.
For example, for column ColumnNullable(ColumnString), if row-i is null, the serialization of nested row-i of ColmnString should be skipped(or default val)
The text was updated successfully, but these errors were encountered:
Enhancement
#9756 support the compare semantics family of batch serialize/deserialize. But it didn't handle nullmap.
For example, for column
ColumnNullable(ColumnString)
, if row-i is null, the serialization of nested row-i of ColmnString should be skipped(or default val)The text was updated successfully, but these errors were encountered: