xushiyan commented on code in PR #162:
URL: https://github.com/apache/hudi-rs/pull/162#discussion_r1800145332
##########
crates/datafusion/src/lib.rs:
##########
@@ -143,12 +143,36 @@ impl TableProvider for HudiDataSource {
}
}
+pub struct HudiTableFactory;
+
+#[async_trait]
+impl TableProviderFactory for HudiTableFactory {
+ async fn create(
+ &self,
+ _state: &dyn Session,
Review Comment:
users may set session level config that can be applied to operations with
hudi table during the session. we should honor those and treat it with lower
precedence than sql options.
--
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]