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
We have a very specific use case where the data is in a CSV file and there is a separate file which stores avro schema.
We will have to convert the csv data into OCF format and send it out.
The problem we face is the CSV data is array of strings, and because of this the BinaryFromNative function returns type errors like
value does not match its schema: long: expected: Go numeric; received: string
Background
We have a very specific use case where the data is in a CSV file and there is a separate file which stores avro schema.
We will have to convert the csv data into OCF format and send it out.
The problem we face is the CSV data is array of strings, and because of this the
BinaryFromNative
function returns type errors likeSchema
Data
Feature request
The text was updated successfully, but these errors were encountered: