Re: Required built-in function [plus] could not be found in any catalog.

2021-09-08 Thread Timo Walther
lt-in function [plus] could not be found in any catalog.* scene 2: - module: hive module and core module - execute sql: select sum(1) - exception: *org.apache.flink.table.api.ValidationException: Could not find an implementation method 'retract'

Required built-in function [plus] could not be found in any catalog.

2021-09-07 Thread vtygoss
Hi, Flink Community! i met a problem using flink 1.12.0 standalone cluster with hive catalog. scene 1: - module: hive module - execute sql: select sum(1) from xxx - exception: org.apache.flink.table.api.TableException: Required built-in function [plus] could not be found in any catalog