You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GetCatalogsBuilder does not apply sorting as specified in the documentation comments. In contrast, other builders, such as GetDbSchemasBuilder and GetTablesBuilder, sort the record batch exactly as described in their documentation.
The GetCatalogsBuilder does not apply sorting as specified in the documentation comments. In contrast, other builders, such as GetDbSchemasBuilder and GetTablesBuilder, sort the record batch exactly as described in their documentation.
See:
arrow-rs/arrow-flight/src/sql/arrow.flight.protocol.sql.rs
Lines 120 to 122 in e1e8814
And see:
arrow-rs/arrow-flight/src/sql/metadata/catalogs.rs
Lines 70 to 79 in e1e8814
The text was updated successfully, but these errors were encountered: