alamb commented on code in PR #21351:
URL: https://github.com/apache/datafusion/pull/21351#discussion_r3088810433
##########
datafusion/datasource/src/source.rs:
##########
@@ -471,6 +549,12 @@ impl ExecutionPlan for DataSourceExec {
as Arc<dyn ExecutionPlan>
})
}
+
+ fn reset_state(self: Arc<Self>) -> Result<Arc<dyn ExecutionPlan>> {
Review Comment:
This is a good point . I think it is a bigger discussion so I filed a new
ticket for that:
- https://github.com/apache/datafusion/issues/21650
--
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]