Jack Klamer

Results 4 issues of 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...

cla-signed
hive

## 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...

cla-signed
hudi
iceberg
hive
stale-ignore

Currently supporting Simple record types ( Needs more testing) Working on complex recursive types.