Re: Issue with generating a basic physical plan

2021-03-14 Thread Chunwei Lei
Hi, Ishan. >From what I can see, that is because the table scan is not converted to BindableTableScan. Best, Chunwei On Sat, Mar 13, 2021 at 2:41 PM Sharma, Ishan wrote: > Hi Folks, > We are working on a dataflow system > and are using calcite

Issue with generating a basic physical plan

2021-03-12 Thread Sharma, Ishan
Hi Folks, We are working on a dataflow system and are using calcite to parse the query and generate a plan. The generated plan is then later used to build a dataflow graph in C++. We are facing issues when it comes to generating a basic physical plan