Radai Rosenblatt

Results 29 comments of Radai Rosenblatt

could use ClassValue to efficiently cache the validation by the class of the result.

we could do better - fast-avro could honor default values under any avro (at least as a config somewhere) under 1.9+ it woudl be required to be more compatible in...

if i had to guess i'd say 99% of users would be fine with blocking until a codec class is ready. maybe we could also change behaviour there (make use-vanilla-until-warmup...

could you elaborate on what you have in mind? what would this mean to generated template classes? would would this mean to translated avro schemas from pegasus?

note - this does not apply to unions, just "plain" variable length opaque fields

0 length array and null are not equivalent. the closesnt approximation i've been able to come up with is this: ``` struct Key { opaque data; }; union Value switch...

i've opened a pull request https://github.com/dCache/oncrpc4j/pull/19 with the blob store code above (as a test)

the information is (sometimes) already available. for example, here's a demo parsing a json file: ``` @Test public void testWhatever() throws Exception { String avsc = TestUtil.load("schemas/Record.avsc"); JsonFactory jsonFactory =...

i would be fine with making this option (off by default) effectively copying `JsonNode`s by attaching a location to them.