phoenix
phoenix copied to clipboard
Phoenix 6728
Changed JoinCompiler.java, QueryOptimizer.java. The changes include null checks to avoid the NPE during the exists operation. Added test in QueryOptimizerTest.java
cc @stoty : Could you review my changes and let me know.
I haven't looked at the actual code changes yet, but
- Please change the commit message to conform to the conventions (see previous messages)
- Use rebase instead of merge to manage changes in master
- Undo the code reformats on lines that you haven't changed, they make finding and reviewing the actual changes difficult (ignore the Yetus errors for those)
- Remove unrelated first commit from PR (or fix the commit message if it is related).
- There are a lot of Yetus errors, starting with compilation. Please fix those.
You'll have to force-push the new version of the PR, that's ok.