Tatu Saloranta

Results 3335 comments of Tatu Saloranta

@baharclerode Ohhh. Actually, I think this calls for one change: I think most of the time users would default to `AnnotationIntrospectorPair` where avro-introspector has precedence over jackson one. This is...

I think that currently assumption is that all `int`s and `Integer`s produce vint types. I would be open to a feature for allowing change of defaults between fixed/variable-length. Ideally it...

First of all, thank you for reporting this problem! Would it be possible to write a simple self-contained (unit) test to reproduce this? If Avro uses such name-mangling, there perhaps...

Well, handling for this can not really be added in `jackson-databind` (since it does not have anything format-specific, by design), so I think issue and PR here are fine. It...

Hmmh. I have not been able to find explanation of this in Avro specification -- is this specified somewhere? Wouldn't it actually just make sense to require user to do...

@bowenli86 Does Avro add some sort of annotations to indicate this discrepancy? If so it should be easy to make avro annotation introspector (included already with 2.8 I think) take...

@bowenli86 Does Avro add some sort of annotations to indicate this discrepancy? If so it should be easy to make avro annotation introspector (included already with 2.8 I think) take...

Sounds like a bug, thank you for reporting this. I hope to look into it relatively soon (there's bit of a backlog).

I can reproduce this problem, added failing unit test. I suspect this is due to a problem in updating state after "missing" `long` field is skipped (or, likely, is not...