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
Hi, I'm evaluating using ion-rs as data storing format. I've used ion-java before and really liked the symbol table design. It seems currently ion-rs does not expose the method to configure shared symbol tables used for writing. There are some tests for using catalog for reading, but it seems the high-level API is also not public.
Do you plan to support symbol tables? IMO this would make ion-rs a more complete implementation of the ion spec.
The text was updated successfully, but these errors were encountered:
Hi! You're right, shared symbol tables work on the read side, but aren't yet exposed on the writer side. We do intend to support this eventually, but the work is not yet scheduled. If you'd be interested in trying to implement it, I'd be happy to sketch out what it should look like.
Hi, I'm evaluating using ion-rs as data storing format. I've used ion-java before and really liked the symbol table design. It seems currently ion-rs does not expose the method to configure shared symbol tables used for writing. There are some tests for using catalog for reading, but it seems the high-level API is also not public.
Do you plan to support symbol tables? IMO this would make ion-rs a more complete implementation of the ion spec.
The text was updated successfully, but these errors were encountered: