While working on logical types for parquet-avro, I updated the FromStringBinary to work with a CharSequence instead of a String, which broke TestFilterApiMethods#testSerializable. The underlying problem is that when the buffer-backed binary is deserialized, length and offset are not initialized so the buffer is correct but the apparent length of the binary is 0.
Reporter: Ryan Blue / @rdblue
Assignee: Ryan Blue / @rdblue
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-415. Please see the migration documentation for further details.
While working on logical types for parquet-avro, I updated the
FromStringBinaryto work with aCharSequenceinstead of aString, which brokeTestFilterApiMethods#testSerializable. The underlying problem is that when the buffer-backed binary is deserialized,lengthandoffsetare not initialized so the buffer is correct but the apparent length of the binary is 0.Reporter: Ryan Blue / @rdblue
Assignee: Ryan Blue / @rdblue
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-415. Please see the migration documentation for further details.