Open
Description
It was noticed that there is a difference between the schemas that go arrow flight adbc driver expects (in the response on get-db-schemas-request):
Here catalog_name
is nullable, but in rust we have non-nullable field:
arrow-rs/arrow-flight/src/sql/metadata/db_schemas.rs
Lines 177 to 183 in 5f0aed6
Obviously, one can return any schema from the server, but want to figure out, who is actually right and where the source of truth.
Metadata
Metadata
Assignees
Labels
No labels