Re: Window aggregation fails after upgrading to Flink 1.15

2022-05-23 Thread Shengkai Fang
Glad to see you find the root cause. I think we can shade the janino dependency if it influences the usage. WDYT, godfrey? Best, Shengkai Pouria Pirzadeh 于2022年5月21日周六 00:59写道: > Thanks for help; I digged into it and the issue turned out to be the > version of Janino: > flink-table has pinned

Re: Window aggregation fails after upgrading to Flink 1.15

2022-05-20 Thread Pouria Pirzadeh
Thanks for help; I digged into it and the issue turned out to be the version of Janino: flink-table has pinned Janino's version to 3.011 as that is the version Calcite is using; However due to other dependencies in my project, at runtime application code had ended up using a newer version of Janino