jayzhan211 commented on issue #7845: URL: https://github.com/apache/datafusion/issues/7845#issuecomment-2367172142
> select count(*) from records where json_contains(attributes, 'needle') Is the the explained plain for this query? Maybe we could push down filter `json_contains(attributes, 'needle')` to parquet then only the filtered data is decompressed? 🤔 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
