[
https://issues.apache.org/jira/browse/FLINK-29190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zck updated FLINK-29190:
Description:
If I remove the custom function, it is working fine.
select * from hive_table left join mysql_table
[
https://issues.apache.org/jira/browse/FLINK-29190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zck updated FLINK-29190:
Description:
select * from hive_table left join mysql_table on hive_table.id=mysql_table .id
where
mysql_table .