timsaucer commented on code in PR #18158:
URL: https://github.com/apache/datafusion/pull/18158#discussion_r2472664608
##########
datafusion/core/src/dataframe/mod.rs:
##########
@@ -2423,9 +2435,25 @@ macro_rules! dataframe {
}};
}
+#[derive(Debug, Clone, Copy)]
+enum DataFrameTableType {
+ View,
+ TemporaryView,
+}
Review Comment:
Thanks! I think that will be better - it won't introduce redundant enums
--
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]