miklosgergely opened a new pull request #850: HIVE-22525 Refactor 
HiveOpConverter
URL: https://github.com/apache/hive/pull/850
 
 
   HiveOpConverter is on it's way to become a monster class. It is already 
~1300 lines long, and expected to grow. It should be refactored, cut into 
multiple classes in a reasonable way. It is a natural way to do this is to 
create separate visitor classes for the different RelNodes, which are already 
handled in different functions within HiveOpConverter. That way HiveOpConverter 
can be the dispatcher among those visitor classes, while each of them are 
handling some specific work, potentially requesting sub nodes to be dispatched 
by HiveOpConverter. The functions used by multiple visitors should be put into 
some utility class.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to