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
Right now CSV package (reader and writer) don't support binary types and return a panic if it's encountered in the schema. We want the reader,write to support it and use the base64 encoding.
Component(s)
Go
The text was updated successfully, but these errors were encountered:
Adding binary support for CSV
* Closes: #34572
Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Adding binary support for CSV
* Closes: apache#34572
Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Describe the enhancement requested
Right now CSV package (reader and writer) don't support binary types and return a panic if it's encountered in the schema. We want the reader,write to support it and use the base64 encoding.
Component(s)
Go
The text was updated successfully, but these errors were encountered: