alamb commented on issue #8502: URL: https://github.com/apache/arrow-datafusion/issues/8502#issuecomment-1871455520
> select * from json_test; & select * from json_test where a > 5; A good test of just the speed of the parsing might be something like ```sql select count(*) from json_test; select count(*) from json_test where a > 5; ``` That will minimize most of the actual query work other than parsing and won't need to try and format / carry through the other columns -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
