r1b commented on code in PR #18158:
URL: https://github.com/apache/datafusion/pull/18158#discussion_r2471023599
##########
datafusion/core/src/dataframe/mod.rs:
##########
@@ -2423,9 +2435,25 @@ macro_rules! dataframe {
}};
}
+#[derive(Debug, Clone, Copy)]
+enum DataFrameTableType {
+ View,
+ TemporaryView,
+}
Review Comment:
Ah I wasn't sure if type `TableType::Base` should be unrepresentable, but it
probably doesn't matter since this choice is hidden by the API anyways. I'll
follow up with this change.
--
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]