zebsme commented on issue #15383: URL: https://github.com/apache/datafusion/issues/15383#issuecomment-2766784298
> I'm considering another approach. Maybe I shouldn't use `filter_record_batch` 🤔. It filters the all column iteratly. I should filter the row when the accumulator `merge_batch` 🤔 I'll draft another PR for the approach. Agree with you, we should try to avoid directly operate on the record batch. -- 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]
