Skip to content
New issue

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

CSV decoder does not check default table ID type #919

Open
aanthony1243 opened this issue Jan 23, 2019 · 1 comment
Open

CSV decoder does not check default table ID type #919

aanthony1243 opened this issue Jan 23, 2019 · 1 comment

Comments

@aanthony1243
Copy link
Contributor

The CSV decoder will not error on the following CSV:

"#datatype,string,long,string,long
#group,false,false,true,false
#default,_result,long,,
,result,table,key,val
,,0,k,0
,,0,k,1
,,0,k,2"

where the default table ID long is not the proper type.

Copy link

This issue has had no recent activity and will be closed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants