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
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.
The text was updated successfully, but these errors were encountered:
I discovered today that round-tripping from Ion to
partiql_value::Value
usingpartiql_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.The text was updated successfully, but these errors were encountered: