leaves12138 commented on code in PR #482:
URL: https://github.com/apache/paimon-rust/pull/482#discussion_r3556692432
##########
crates/integrations/datafusion/src/sql_context.rs:
##########
@@ -649,6 +669,37 @@ impl SQLContext {
}
}
+ async fn load_table_for_read(
Review Comment:
Could this branch-aware loader be extracted and reused by all read entry
points? The built-in `full_text_search`, `vector_search`, `hybrid_search`, and
`blob_view` functions bypass this helper and call `Catalog::get_table` with the
full `table$branch_b1` identifier, which fails for `FileSystemCatalog`. A local
regression query against
`full_text_search('paimon.default.branch_orders$branch_b1', ...)` currently
fails with `TableNotExist`.
--
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]