-
-
Notifications
You must be signed in to change notification settings - Fork 36
[PROTOTYPE] Add logical types decoding #111
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
base: master
Are you sure you want to change the base?
Conversation
3b55613 to
e3866a0
Compare
* Update integration test dependencies
|
Hi @Strech |
|
Hey @Hanspagh I don't have a priority over my prototype PRs for now, but it may come eventually. This is very rough and unfinished work so far with lots of issues to consider (still). |
|
That is totally fair, let me know if you want any help getting this shipped. |
|
@Hanspagh I will not promise anything, but I plan to work on it one day. |
As a partial resolution to the logical types conversion, we are going to start with just decoding as the easiest to implement because we already control the decoder hooks.
Resolves #109