findepi commented on code in PR #13454:
URL: https://github.com/apache/datafusion/pull/13454#discussion_r1845329458
##########
datafusion/catalog/src/table.rs:
##########
@@ -247,6 +247,9 @@ pub trait TableProvider: Debug + Sync + Send {
}
/// Get statistics for this table, if available
+ /// Although not presently used in mainline DataFusion, this allows
implementation specific
+ /// behavior for downstream repositories, in conjunction with specialized
optimizer rules to
+ /// perform operations such as re-ordering of joins.
Review Comment:
Why don't we add such optimizer in DataFusion core, @alamb ?
--
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]