planning to use the same default max length for generated code as
Flink but also make it user-configurable.
From: David Radley
Date: Tuesday, September 10, 2024 at 6:29 AM
To: dev@flink.apache.org
Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
Hi James,
Some thoughts on this
/3901
From: Sergey Nuyanzin
Date: Thursday, July 25, 2024 at 12:40 PM
To: dev@flink.apache.org
Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
thanks for the clarification
given the fact how flink annotations are used across Flink repo I
don't think it is a right way to no
link module as a dependency so that
> fixes are propagated more easily.
>
> From: Sergey Nuyanzin
> Date: Thursday, July 25, 2024 at 12:44 AM
> To: dev@flink.apache.org
> Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
> Hi James
>
> can you please e
Hi Sergey,
I would prefer the approach of using the Flink module as a dependency so that
fixes are propagated more easily.
From: Sergey Nuyanzin
Date: Thursday, July 25, 2024 at 12:44 AM
To: dev@flink.apache.org
Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
Hi James
can
To: dev@flink.apache.org
> Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
> Hi James,
>
> After reading the comments in CALCITE-3094, I think what you are looking
> for is the Flink code-splitting tools.
> Code splitting is a common need for Java code generation a
Preconditions.
From: Jark Wu
Date: Wednesday, July 17, 2024 at 7:08 PM
To: dev@flink.apache.org
Subject: Re: [DISCUSS]: Flink code generation porting to Calcite
Hi James,
After reading the comments in CALCITE-3094, I think what you are looking
for is the Flink code-splitting tools.
Code splitting is a
Hi James,
After reading the comments in CALCITE-3094, I think what you are looking
for is the Flink code-splitting tools.
Code splitting is a common need for Java code generation and Flink has
extracted the code splitting into a
separate module "flink-table-code-splitter"[1] with little dependenci
Hi Flink developer community,
I’m contributing to the Apache Calcite project and there’s interest in making
use of Flink’s code generation. See the comments on
https://issues.apache.org/jira/browse/CALCITE-3094
Would someone be able to point me to where Flink integrates Janino? I
originally th