[
https://issues.apache.org/jira/browse/FLINK-37725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Sheinberg updated FLINK-37725:
-----------------------------------
Description:
Move PythonCorrelateSplitRule to be common and so that we can move Async
Scalars out of correlate queries, which results in an error today:
{code:java}
Caused by: org.codehaus.commons.compiler.CompileException: Line 99, Column 15:
Unknown variable or type "f"
at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13080)
at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:7230) {code}
was:
Move PythonCorrelateSplitRule to be common and so that we can move Async
Scalars out of correlate queries, which results in an error today:
```
Caused by: org.codehaus.commons.compiler.CompileException: Line 99, Column 15:
Unknown variable or type "f"
at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13080)
at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:7230)
```
> Share PythonCorrelateSplitRule with Async Scalar
> ------------------------------------------------
>
> Key: FLINK-37725
> URL: https://issues.apache.org/jira/browse/FLINK-37725
> Project: Flink
> Issue Type: Sub-task
> Reporter: Alan Sheinberg
> Priority: Major
>
> Move PythonCorrelateSplitRule to be common and so that we can move Async
> Scalars out of correlate queries, which results in an error today:
> {code:java}
> Caused by: org.codehaus.commons.compiler.CompileException: Line 99, Column
> 15: Unknown variable or type "f"
> at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:13080)
> at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:7230)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)