zabetak opened a new pull request, #6241:
URL: https://github.com/apache/hive/pull/6241

   ### What changes were proposed in this pull request?
   1. Drop synthetic indicator from `HiveProject` and refactor callers using it
   2. Replace `HiveFilterProjectTSTransposeRule` with appropriate 
instantiations of `HiveFilterProjectTransposeRule`
   3. Move `isRewritablePKFKJoin` check from 
`HiveFilterProjectTransposeRule#matches` 
   
   ### Why are the changes needed?
   1. Reduce code maintenance and tech-debt 
   2. Facilitate handling of equivalent expressions/plans 
   3. Generalize `HiveFilterProjectTransposeRule` to work fine with more than 
two operands and not strictly with joins
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   ```
   mvn test -Dtest=TestMiniLlapLocalCliDriver -Dqfile_regex=.*join.*
   ```


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


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

Reply via email to