JingsongLi commented on code in PR #324:
URL: https://github.com/apache/paimon-rust/pull/324#discussion_r3264095115
##########
crates/integrations/datafusion/src/sql_context.rs:
##########
@@ -136,6 +136,11 @@ impl SQLContext {
self.dynamic_options.clone(),
)),
);
+ // Register the built-in table-valued functions against this catalog so
+ // they are usable in SQL without any extra registration call.
+ crate::vector_search::register_vector_search(&self.ctx,
catalog.clone(), default_db);
Review Comment:
create a func for table function registry.
--
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]