avantgardnerio commented on code in PR #4902:
URL: https://github.com/apache/arrow-datafusion/pull/4902#discussion_r1070045921
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1490,6 +1500,38 @@ pub struct CreateExternalTable {
pub options: HashMap<String, String>,
}
+#[derive(Clone)]
+pub enum WriteOp {
+ Insert,
+ Delete,
+ Update,
+ Ctas,
Review Comment:
I'd love to know if folks are interested in CTAS - that's the one thing I
can see actually plumbing through to DataFusion the executable.
--
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]