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

Support Remaining Ion Types #407

Open
dlurton opened this issue Jul 7, 2023 · 1 comment
Open

Support Remaining Ion Types #407

dlurton opened this issue Jul 7, 2023 · 1 comment
Assignees

Comments

@dlurton
Copy link
Member

dlurton commented Jul 7, 2023

I discovered today that round-tripping from Ion to partiql_value::Value using partiql_extension_ion and back again converts all symbols to strings. I know that full support for Ion is incomplete, but I don't see an issue for finishing this, so I am adding one now.

Support for any remaining Ion types must also be included in the partiql_extension_ion so round-tripping described above is not lossy.

@dlurton
Copy link
Member Author

dlurton commented Jul 25, 2023

Also, to be clear, typed nulls are part of this too.

AFAIK the list for full Ion support is now:

  • sexp type
  • symbol type
  • clob type
  • big integers
  • typed nulls

@jpschorr jpschorr self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants