Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix column descriptor wire encoding #8735

Open
zehiko opened this issue Jan 20, 2025 · 0 comments
Open

Fix column descriptor wire encoding #8735

zehiko opened this issue Jan 20, 2025 · 0 comments
Labels
🪳 bug Something isn't working

Comments

@zehiko
Copy link
Contributor

zehiko commented Jan 20, 2025

Describe the bug

It seems that after switching to arrow-rs conversion of data type to/from string is broken for the List type. This breaks the schema fetching support and the relevant integration test on the SN side.

We need to figure out a path forward for datatype conversion, fix this and re-enable the integration test on the ReDap side.

Opening here, even though the type conversion happens on the rerun side.
Expected behavior

Conversion of a schema i.e. a list of ColumnDescriptors to and from the wire format (protobuf) should work as expected.

@zehiko zehiko added the 🪳 bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant