JingsongLi commented on PR #747: URL: https://github.com/apache/paimon-rust/pull/747#issuecomment-5435992057
- When no engine is present, `table()` returns a metadata-only provider, yet `table_exist()` returns `false`, violating the existence semantics of the DataFusion `SchemaProvider`. - Consequently, the same external table can be queried via `information_schema` but appears non-existent when checked via `SessionContext::table_exist`. -- 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]
