-
Notifications
You must be signed in to change notification settings - Fork 244
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
[FEA] Finish the JSON test matrix #10491
Comments
@revans2, this is a great list. I want to clarify a couple of things though. As for the |
@jihoonson yes I updated
Thanks for catching my errors. I think I have updated this to be correct now. |
@revans2 I see. Thank you for updating those config names! |
Is your feature request related to a problem? Please describe.
#10490 is adding in some beginnings of a test matrix for all JSON processing. It is a good start but it is not done. We are still missing a number of things.
Confs/Options
Input Data Types/Formats:
{"data":[...]}
[...]
Data Types (note that these only apply to from_json and ScanJson because the others don't take a full read schema):
All nested types should be tested both at the top level and as a child (data) column. If we don't support those types yet, then we should verify that we fallback to the CPU as expected.
date
timestamp
map<string,string>
map<string,int>
map<string,decimal(38,0)>
array<string>
array<long>
array<decimal(38,0)>
map<string,map<string,string>>
map<string,array<string>>
The text was updated successfully, but these errors were encountered: