Re: Delete and Update projecting unnecessary columns

2018-05-22 Thread Homer
Hi, Just bumping this question. We have worked around this issue in downstream code to remove the extra projection columns, but I am still wondering if there is some easier way to get the same effect in calcite. I am assuming calcite projects all the columns to be used as a 'natural key'

Delete and Update projecting unnecessary columns

2018-05-02 Thread Homer
Hi, Before I start just want to say thanks again for Calcite,  such a useful piece of software. We are getting RA from calcite for a query engine.  We are using the Planner interface. When we generate UPDATE or DELETE queries we get a lot of unnecessary columns included, it basically