miklosgergely opened a new pull request #768: HIVE-22188 Clean up the 
SemanticAnalyzerFactory
URL: https://github.com/apache/hive/pull/768
 
 
   SemanticAnalyzerFactory contains some huge maps that assign tokentypes to 
hive operations. Some operations share a token type for doing them on a table, 
or on a partition, which leads to some more overcomplication.
   
   Two things need to be done:
   
   1. Each operation must have it's own token.
   2. The HiveOperation enum constants themselves must declare which token they 
are related to, and not some external source should declare information about 
them.

----------------------------------------------------------------
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