Hi, Jiang > Is there a uber jar or a list of runtime dependencies so that developers can > easily make the above example of Flink SQL for avro work? Thanks.
The dependency list for using Avro in Flink SQL is simple and has not a uber jar AFAIK, we only need to add `flink-avro` and `avro` dependency, the `avro` dependency is mannaged which means you do not need to add it if your dependency list has contained a `avro` dependency. I wrote a simple demo[1], hope it can help you. Best, Leonard Xu [1] https://github.com/leonardBang/flink-sql-etl/blob/master/sql-avro/pom.xml#L32 <https://github.com/leonardBang/flink-sql-etl/blob/master/sql-avro/pom.xml#L32>