manoj-inukolunu commented on issue #8456: URL: https://github.com/apache/arrow-datafusion/issues/8456#issuecomment-1890338100
Hello @alamb , I attempted a fix for this . `row_group_metadata.columns()` is returning the fields in structs as top level columns but with an additional path . So if the predicate can be applied on either the struct filed or the actual column filed .I have added a filter to only consider top level columns rather than the ones in struct. -- 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]
