Skip to content

[REVIEW] Added missing output buffer in validity tests for groupbys#396

Merged
harrism merged 1 commit into
rapidsai:masterfrom
kaatish:bug-ext-op-valid-mask
Nov 26, 2018
Merged

[REVIEW] Added missing output buffer in validity tests for groupbys#396
harrism merged 1 commit into
rapidsai:masterfrom
kaatish:bug-ext-op-valid-mask

Conversation

@kaatish

@kaatish kaatish commented Nov 19, 2018

Copy link
Copy Markdown
Contributor

The test did not create host side output buffer since no computation was meant to take place. This caused the groupby call to return a GDF_DATASET_EMPTY error since output buffer pointer would be nullptr.

@jrhemstad

Copy link
Copy Markdown
Contributor

Possibly redundant with #385 ?

@kaatish

kaatish commented Nov 19, 2018

Copy link
Copy Markdown
Contributor Author

It looks like it. However since that PR is a WIP, I would suggest this should be merged as soon as possible because it is affecting open PRs such as #388

@kkraus14

Copy link
Copy Markdown
Contributor

There's other implications with #385 where I'd rather this be merged first and handle that one later.

@kkraus14 kkraus14 added the 0 - Waiting on Author Waiting for author to respond to review label Nov 23, 2018
@harrism harrism added the libcudf Affects libcudf (C++/CUDA) code. label Nov 25, 2018
@harrism harrism merged commit 542fa09 into rapidsai:master Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 - Waiting on Author Waiting for author to respond to review libcudf Affects libcudf (C++/CUDA) code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants