alamb commented on PR #5362: URL: https://github.com/apache/arrow-datafusion/pull/5362#issuecomment-1441729348
> I guess in the case I get f_name before l_name, I could just return exact for both because even though I don't have an index that starts with f_name, I could hope l_name is coming next, and either way since they are simple BinaryExpressions I could know that they: I think I am confused. I thought if the TableProvider returned `TableProviderFilterPushDown::Inexact` you would get all the filters as part of the scan. I tried to ask this question more clearly in https://github.com/apache/arrow-datafusion/issues/5357#issuecomment-1441721936 -- 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]
