XiaoHongbo-Hope commented on code in PR #623:
URL: https://github.com/apache/paimon-rust/pull/623#discussion_r3656914533
##########
crates/integrations/datafusion/src/sql_context.rs:
##########
@@ -198,7 +198,12 @@ impl SQLContext {
Some(session_state),
)),
);
- register_table_functions(&self.ctx, &catalog,
default_db.unwrap_or("default"));
+ register_table_functions(
+ &self.ctx,
+ &catalog,
+ default_db.unwrap_or("default"),
+ self.dynamic_options.clone(),
Review Comment:
This also forwards time-travel options such as scan.version, but vector
search still uses the latest snapshot.
--
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]