Nándor Kollár
Nándor Kollár
Looks like there are compilation failures, probably because of the Guava upgrade. Could you please have a look at it?
Hello @leoluan2009 ! Could you please open a [Jira](https://issues.apache.org/jira/projects/PARQUET/issues/PARQUET-1231?filter=allopenissues) and describe the intent of this change? Please also link the PR to the new Jira.
@samarthjain why did you remove Snappy support?
@samarthjain thanks for addressing my comments, and sorry for the late reply. I have two additional question. I'm wondering if we might want to introduce a new configuration option to...
@datalorax thanks for your review! Indeed, logical types can be added in one line, modified that accordingly.
Merged recent changes from Apache master.
Hey @big-andy-coates ! I didn't yet merge this PR, because the logical type schema resolution rules are not well defined, and there was some debate how we should handle it....
Retriggered build, now shell is green too.
@MikeHurleySurescripts I tried to merge this on Avro master branch, but had merge conflicts, could you please apply this patch on top of the latest master branch and update the...
What's the advantage of using an AtomicInteger instead of a simple Integer in this context? The counter isn't part of the shared mutable state of GenericData, could you please mention...