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

2021-09-08 Thread Timo Walther
Hi, did you try to use a different order? Core module first and then Hive module? The compatibility layer should work sufficiently for regular Hive UDFs that don't aggregate data. Hive aggregation functions should work well in batch scenarios. However, for streaming pipeline the aggregate

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.