Terry Wang created FLINK-13610: ---------------------------------- Summary: Refactor HiveTableSource Test use sql query and remove HiveInputFormatTest Key: FLINK-13610 URL: https://issues.apache.org/jira/browse/FLINK-13610 Project: Flink Issue Type: Test Components: Connectors / Hive Affects Versions: 1.10.0 Reporter: Terry Wang
Since HiveTableSource is mainly used in sql query and now blink planner support run sql query, it's time that we change HiveTableSourceTest using sql way instead of table api. HiveTableInputFormt is tested in HiveTableSourceTest and there exists redundancy in code, this ticket also aims to move some test code from HiveInputFormatTest and remove this file. -- This message was sent by Atlassian JIRA (v7.6.14#76016)