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
Golang arrow library no simple way for separate schema and data binary: it can serialize arrow stream with stream end mark and can serialize scheme + data.
Propose: allow to send arrow data without header.
for example table:
allow bytes: https://gist.githubusercontent.com/rekby/620508c1ab889bf463eeb9b9b2f3b2d5/raw/e1288b16735716482038c1a7719f59cab4b04f44/gistfile1.txt
Now I have the error:
Example of broken code
Golang arrow library no simple way for separate schema and data binary: it can serialize arrow stream with stream end mark and can serialize scheme + data.
For extract data it needs:
Cut example
The text was updated successfully, but these errors were encountered: