AW: AbstractMethodError while writing to parquet

2021-02-04 Thread Jan Oelschlegel
Okay, this is helpful. The problem arrives when adding parquet-avro to the dependencies. But the the question is, why do I need this dependency? I is not mentioned in the docs and I’m using standard setup for writing into hdfs with parquet format, nothing special. Best, Jan Von: Till Rohrmann

AW: AbstractMethodError while writing to parquet

2021-02-03 Thread Jan Oelschlegel
Hi Till, thanks for hint. I checked it and found a version conflict with flink-parquet. With this version it is running: org.apache.parquet parquet-avro 1.10.0 But how can I avoid this in the future? I had to add parquet-avro, because without there were some errors. Do I have t