mspruc opened a new pull request, #549: URL: https://github.com/apache/incubator-wayang/pull/549
Since most functions used by the various `Visitor`s reference `RexNode` or `RexNode` sub-classes, they were unserialisable. I've moved all references to the `RexNode` into the constructor, this makes it serialisable and usable by platforms like Spark. Something similar should be done by other such functions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
