parquet-java
parquet-java copied to clipboard
PARQUET-856: Do not pass knownClass if it is abstract/interface/Object.
Fixes a very small corner case in parquet-avro if reflection of abstract generic fields is used.
@aeroevan, can you post a simple test that reproduces the problem? I'd like to make sure that this has a test so it doesn't become a regression. That will also help me with the review, since I want to make sure that this wouldn't break valid cases. Thanks!