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
fix(table): validate modified-UTF-8 continuation bytes in split decoder
read_java_utf now rejects lead bytes whose 2-/3-byte forms are not
followed by proper 10xxxxxx continuation bytes, matching the sibling
decoder in pk_vector_source. The legitimate 0xC0 0x80 encoding of NUL
still decodes to '\0'. Also add Split.deserialize to the Python stub.
0 commit comments