Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENG-10737: Fix for EE crash in full join query #3765

Merged
merged 9 commits into from Jul 20, 2016
Merged

Conversation

wolffcm
Copy link

@wolffcm wolffcm commented Jul 20, 2016

This fix is from Mike A. His change was to update some of the logic in TableTupleFilter and to add a unit test that covers his change.

I found that the unit test didn't pass in memcheck mode, so fixed it. I also added some comments to the class TableTupleFilter.

* which were not, so as to provide null-padded rows.
*
* The physical tuple address in the real table and the corresponding
* tuple index in the TableTupleFilter are related by the following
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An Ascii Art picture would really help here.

@BillWhite
Copy link
Contributor

Makes sense to me. I just had the one spelling correction.

Per Bill's feedback
@wolffcm
Copy link
Author

wolffcm commented Jul 20, 2016

Thanks Bill. I wasn't sure if you were serious about the ASCII art. I added some more clarifying comments though.

@wolffcm wolffcm merged commit 656a3b0 into master Jul 20, 2016
@wolffcm wolffcm deleted the ENG-10737-full-join-fix branch July 20, 2016 16:40
yzhang1991 pushed a commit that referenced this pull request Jul 27, 2016
* ENG-10737 Corrected tuple index to address calculation

* Corrected logic to recover tuple address from the tabletuplefilter index

* Make sure the table has more than one block

* Fix test in memcheck mode

* Add some comments to clarify things that confused me

* Fix type and add more comments

Per Bill's feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants