RE: Re: [Question] is there any way to join stream table and http request table use apache calcite framework?

2024-01-11 Thread 李治
thanks for reply, I used Antlr to implement the JOIN operation, if calcite could support join the stream and rpc together, it will easier to achieve the sample build MLOps tasks. On 2024/01/11 09:06:11 Alessandro Solimando wrote: > Hello, > not sure if it's not possible but the task at hand

Re: [Question] is there any way to join stream table and http request table use apache calcite framework?

2024-01-11 Thread Alessandro Solimando
Hello, not sure if it's not possible but the task at hand seems like a good fit for streaming engines like Apache Flink or Apache Spark. Any specific reasons for not using them and trying to achieve this via Calcite? Just for reference, Apache Flink uses Calcite for query planning. Best

[Question] is there any way to join stream table and http request table use apache calcite framework?

2024-01-11 Thread 李治
> 下面是被转发的邮件: > > 发件人: 李治 > 主题: [Question] is there any way to join stream table and http request table > use apache calcite framework? > 日期: 2024年1月11日 GMT+8 16:06:49 > 收件人: dev-subscr...@calcite.apache.org > > I would like to join kafka stream table and http request >