-
Notifications
You must be signed in to change notification settings - Fork 19
Error on smile decode #31
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
Comments
The file is written as part of our build process and uses the same mapper to write and then subsequently read the file at runtime. The mapper is configured as:
|
Could this possibly be due to #30? If it was easy to try out local built from 2.6 branch it should be possible to see; fix was not in 2.6.4, but is checked in Otherwise what I will need is a reproduction to see what is causing this; the problem could be in either writing or reading side, although I suspect it is more likely to be on reading side. And I hope that's where it is, because consequences are worse if generator was to write incorrectly encoded data. |
It could be. I'll checkout from git and see if the changes in #30 fix it. |
@sgmiller Have you had a chance to look at this? 2.7.0 was finally released few weeks ago, so it should be bit easier to verify this now. |
I'll give it a look this week, thanks. |
Can not reproduce at this point. May be refiled at https://github.com/FasterXML/jackson-dataformats-binary where Smile format module will be moving. |
Occurs in 2.6.x but not 2.5.5. Here is the stack trace when reading a large generic Map<String,Object>
The text was updated successfully, but these errors were encountered: