palaska commented on code in PR #1059:
URL: 
https://github.com/apache/datafusion-ballista/pull/1059#discussion_r1774307873


##########
ballista/core/src/serde/mod.rs:
##########
@@ -114,6 +118,100 @@ impl<T: 'static + AsLogicalPlan, U: 'static + 
AsExecutionPlan> BallistaCodec<T,
     }
 }
 
+#[derive(Debug, Clone)]
+pub struct BallistaLogicalExtensionCodec {

Review Comment:
   had to create a `BallistaLogicalExtensionCodec` which combines all the file 
format codecs, not sure if there is a better way atm



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to