We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EG:
Name,Home_Runs,Rank Barry Bonds,762,1 Hank Aaron,755,2 Babe Ruth,714, Alex Rodriguez,696,4 Willie Mays,660,5
has schema:
"schema": { "items": { "items": [ { "title": "name", "type": "string" }, { "title": "home_runs", "type": "integer" }, { "title": "rank", "type": "string" } ], "type": "array" }, "type": "array" }
Instead of
{ "title": "rank", "type": "string" }
The text was updated successfully, but these errors were encountered:
Propose that in ParseType checks for empty byte slice. If empty we say type is TypeEmpty.
ParseType
TypeEmpty
If a row has multiple types, but one of those are TypeEmpty, we disregard those when we determine the schema.
Except then what value do we give this field when we marshal into go????
Sorry, something went wrong.
No branches or pull requests
EG:
has schema:
Instead of
The text was updated successfully, but these errors were encountered: