Skip to content

Support SMILE format #233

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Support SMILE format #233

wants to merge 4 commits into from

Conversation

jcaesar
Copy link
Contributor

@jcaesar jcaesar commented Dec 24, 2022

Content of the PR is what it says on the tin.

The SMILE format is arguably somewhat niche, but the author of the serde_smile crate is well known (understatement) and I would be happy to see it supported for my "chunk messages for some Flink application into Kafka topics" needs.

Imho, the core advantage of SMILE over similar formats like CBOR is that if you have a JSON structure like: [{"asdf":42},{"asdf":43},{"asdf":44}], the string "asdf" will only be contained in the SMILE binary once.

@jcaesar
Copy link
Contributor Author

jcaesar commented Feb 28, 2023

Updated for CI and merge conflict reasons.

Also stop making warnings errors.
Rust is only going to add more warnings over time.
Making warnings error is annoying during development, for distro packaging, and for people that just want to `cargo install record-query`.
The only place where warnings should make noise is in CI, and there a `RUSTFLAGS="-D warnings"` will do.
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.

1 participant