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
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
In order to read into Arrow format, we need to add a get_spaced (borrowing from the c++ version) method in the decoder to leave spaces for null values, in the result value buffer. Same for encoders.
Hmm... you mean record/reader.rs? I couldn't find anything related. This is on the encoding level though - so we'll need to add a new method in Encoder and Decoder.
In order to read into Arrow format, we need to add a
get_spaced
(borrowing from the c++ version) method in the decoder to leave spaces for null values, in the result value buffer. Same for encoders.Subtasks:
The text was updated successfully, but these errors were encountered: