etiennepelissier commented on code in PR #21112: URL: https://github.com/apache/datafusion/pull/21112#discussion_r2982555564
########## datafusion/substrait/src/logical_plan/consumer/rel/read_rel.rs: ########## Review Comment: Implemented as suggested. resolve_table_ref now takes a row_count_hint: Option<f64> argument, letting each implementor decide what to do with it. The default consumer applies the wrapper when the provider has no statistics of its own; custom consumers can handle it however fits their TableProvider implementation. -- 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]
