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 - Schema #6

Closed
blankensteiner opened this issue Oct 1, 2019 · 3 comments
Closed

Support - Schema #6

blankensteiner opened this issue Oct 1, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@blankensteiner
Copy link
Contributor

As described here:

@blankensteiner
Copy link
Contributor Author

Support for the following schemas are now in master:

  • Boolean
  • Byte
  • Bytes (using byte[] and ReadOnlySequence<byte>)
  • String (UTF-8, UTF-16, and US-ASCII)
  • INT8, INT16, INT32, INT64. Float, and Double
  • Time (using TimeSpan)
  • Timestamp and Date (using DateTime)

Support for Protobuf, JSON, and Avro will be added at a later date.
Let me know what schemas you want and if the current implementation is what you had expected/hoped.

@johnboy007
Copy link

Hi do you know when Protobuf, JSON, and Avro will be supported?

@blankensteiner
Copy link
Contributor Author

Hi @johnboy007 it's not something that is being worked on currently. A PR is most welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants