Re: Fink 15: InvalidProgramException: Table program cannot be compiled. This is a bug

2022-06-09 Thread Shengkai Fang
github.io/janino/changelog.html > > > > > > > > *From: *David Anderson > *Date: *Thursday, June 9, 2022 at 12:05 PM > *To: *Benenson, Michael > *Cc: *user@flink.apache.org , Deshpande, Omkar < > omkar_deshpa...@intuit.com>, Waghulde, Suraj > *Subject: *Re:

Re: Fink 15: InvalidProgramException: Table program cannot be compiled. This is a bug

2022-06-09 Thread David Anderson
> … > > Caused by: org.codehaus.commons.compiler.CompileException: Line 30, Column > 75: Cannot determine simple type name "org" > > at > org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:12211) > ~[flink-table-runtime-1.15.0.jar:1.15.0] > >

Re: Fink 15: InvalidProgramException: Table program cannot be compiled. This is a bug

2022-06-09 Thread David Anderson
A Table can have at most one time attribute. In your Table the proc_time column is a processing time attribute, and when you define a watermark on the event_time column then that column becomes an event-time attribute. If you want to combine event time and processing time, you can use the PROCTIME