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

Adds the Catalog Best Practices page, linked from the Symbols page in the spec. #272

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

tgregg
Copy link
Contributor

@tgregg tgregg commented Aug 10, 2023

Description of changes:

Recently we were made aware of an issue where a producer of binary Ion data began encoding with a new shared symbol table, and a consumer of that data was unable to read it because their catalog implementation was hard-coded to return only the symbol table with which the data had previously been encoded.

The goal of this new "Catalog Best Practices" page is to make it clear that shared symbol table usage is a contract between the application that produces Ion data and the application(s) that consume that data, and to provide high-level guidance for implementing correct Catalog implementations depending on the chosen contract.

Rendered view:
CBP


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tgregg tgregg merged commit 74e0732 into gh-pages Aug 10, 2023
1 check passed
@tgregg tgregg deleted the catalog-best-practices branch August 10, 2023 20:22
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

Successfully merging this pull request may close these issues.

2 participants