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

2024-09-24 Thread James Duong
rewriters need to something different from the standard code generator (TableConfigOptions.MAX_LENGTH_GENERATED_CODE if something that is Flink specific at the moment, are there other cases like this)? WDYT? Kind regards, David. From: James Duong Date: Friday, 2 August 2024 at 23:52 To: dev

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

2024-08-02 Thread James Duong
-calcite-bridge, flink-table-planner On Thu, Jul 25, 2024 at 2:09 PM James Duong wrote: > > 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: Thursd

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

2024-07-25 Thread James Duong
t like a dependency or to make a port of it in Calcite? Or may be something else... On Thu, Jul 25, 2024 at 12:34 AM James Duong wrote: > > This is really helpful. The JavaCodeSplitter looks fairly easy to use. > Thanks Jark! > > Right now I’m trying to work out the best way to integ

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

2024-07-24 Thread James Duong
e-splitter/pom.xml [2]: https://github.com/apache/flink/blob/master/flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/generated/GeneratedClass.java#L58 On Thu, 18 Jul 2024 at 07:12, James Duong wrote: > Hi Flink developer community, > > I’m contributing to the Apa

[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