Hello, Using the table api, I have a CREATE DDL which adds a PROCTIME() column and I need to use it deep (like 10 operators deep) in our plan. However, I explicitly do not want to use it before that point.
The problem I'm running into is for any group by UDAF I use I then lose the proctime column. I do not want to group by proctime there (it is unwindowed at that point) nor do I want to agg over proctime, I just want to pass the proctime column through until later when I actually use it in a window. My question is, how do I forward proctime through group-by UDAFs without interfering with my plan? Thanks! -- Rex Fenley | Software Engineer - Mobile and Backend Remind.com <https://www.remind.com/> | BLOG <http://blog.remind.com/> | FOLLOW US <https://twitter.com/remindhq> | LIKE US <https://www.facebook.com/remindhq>