Re: [DISCUSS]: Flink code generation porting to Calcite

2024-09-24 Thread James Duong
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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-08-02 Thread James Duong
/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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-25 Thread Sergey Nuyanzin
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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-25 Thread James Duong
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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-25 Thread Sergey Nuyanzin
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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-24 Thread James Duong
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

Re: [DISCUSS]: Flink code generation porting to Calcite

2024-07-17 Thread Jark Wu
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

[DISCUSS]: Flink code generation porting to Calcite

2024-07-17 Thread James Duong
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