Jack Klamer
Jack Klamer
Generic pattern is ``` private static BiFunction method(args) { return switch(something) { case SOMETHING1 -> { if(condition) { yield obj::method }.... } }; } ``` stack trace ``` [ERROR] error-prone...
## Description This PR moves and refactors a large number of classes, but there should be no effective behavior change. The goal is to move the logic of creating Avro...
## Description Substitute Aircompressor code for Avro Codec Factories for snappy and Zstd. ## Additional context and related issues Allows us to further carve out Hadoop dependencies. ## Release notes...
Currently supporting Simple record types ( Needs more testing) Working on complex recursive types.