Robert Metzger created FLINK-18351:
--------------------------------------
Summary: ModuleManager creates a lot of duplicate/similar log messages
Key: FLINK-18351
URL:
https://issues.apache.org/jira/browse/FLINK-18351 Project: Flink
Issue Type: Improvement
Components: Table SQL / API
Affects Versions: 1.12.0
Reporter: Robert Metzger
This is a follow up to FLINK-17977:
{code}
2020-06-03 15:02:11,982 INFO org.apache.flink.table.module.ModuleManager [] - Got FunctionDefinition 'as' from 'core' module.
2020-06-03 15:02:11,988 INFO org.apache.flink.table.module.ModuleManager [] - Got FunctionDefinition 'sum' from 'core' module.
2020-06-03 15:02:12,139 INFO org.apache.flink.table.module.ModuleManager [] - Got FunctionDefinition 'as' from 'core' module.
2020-06-03 15:02:12,159 INFO org.apache.flink.table.module.ModuleManager [] - Got FunctionDefinition 'equals' from 'core' module.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)