Till Rohrmann created FLINK-9462: ------------------------------------ Summary: Disentangle flink-json and flink-table Key: FLINK-9462 URL: https://issues.apache.org/jira/browse/FLINK-9462 Project: Flink Issue Type: Improvement Components: Build System, Table API & SQL Affects Versions: 1.5.0 Reporter: Till Rohrmann Fix For: 1.6.0
The {{flink-json}} module defines Json serialization and deserialization schemas. Additionally, it defines Json table descriptor. Due to this, it has a dependency on {{flink-table}}. We should either rename this module into {{flink-json-table}} or move the table API specific classes into a different module. That way we could remove the dependency on {{flink-table}} which decouples the Json serialization and deserialization schemas from the Table API on which the schemas should not depend. -- This message was sent by Atlassian JIRA (v7.6.3#76005)