This seems a requests for multi-sink insert.

> 3) Calcite transforms it into multiple TableModifies

Instead of let Calcite to transform multiple TableModifies, I think you should 
do it by your self, the send each TableModify to Calcite sqlToRel converter.

If you want to insert into multiple sink task to be run in the same plan, this 
is another topic, we may promote one sink node tree a time and finally merge 
all the trees.

Best,
Danny Chan
在 2019年6月5日 +0800 PM7:58,dev@calcite.apache.org,写道:
>
> 3) Calcite transforms it into multiple TableModifies

Reply via email to