killzoner commented on code in PR #1420:
URL:
https://github.com/apache/datafusion-ballista/pull/1420#discussion_r2738288003
##########
ballista/core/src/extension.rs:
##########
@@ -528,6 +531,27 @@ impl BallistaQueryPlannerExtension {
}
}
+#[derive(Debug)]
+struct BallistaCacheFactory;
+
+impl BallistaCacheFactory {
+ fn new() -> Self {
+ Self {}
+ }
+}
+
+impl CacheFactory for BallistaCacheFactory {
Review Comment:
Ah i see the link clearer with
https://github.com/apache/datafusion-ballista/issues/1395#issuecomment-3798590795
now.
Didn't know about this behaviour with the scheduler, will look into this,
thanks !
--
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]