[python] Support null blob#7847
Conversation
Blob file read/write throws error when blob value is null, while Java writes -1 to lengths array and reads it back as null.
|
Thanks for the patch. The null encoding/decoding is aligned with the Java blob format. One edge case: Also, the |
… round-trip read verification
Purpose
Tests