Jingsong Lee created FLINK-18173:
------------------------------------
Summary: Bundle flink-csv,flink-json,flink-avro jars in lib
Key: FLINK-18173
URL:
https://issues.apache.org/jira/browse/FLINK-18173 Project: Flink
Issue Type: Bug
Components: Build System, Table SQL / API
Reporter: Jingsong Lee
Fix For: 1.11.0
The biggest problem for distributions I see is the variety of problems caused by users' lack of format dependency.
These three formats are very small and no third party dependence, and they are widely used by table users.
Actually, we don't have any other built-in table formats now... In total 151K...
73K flink-avro-1.10.0.jar
36K flink-csv-1.10.0.jar
42K flink-json-1.10.0.jar
We can just bundle them in "flink/lib/".
It not solve all problems and it is independent of "fat" and "slim". But also improve usability.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)