Uh oh!
There was an error while loading. Please reload this page.
ARROW-7633: [C++][CI] Create fuzz targets for tensors and sparse tensors - #6302
ARROW-7633: [C++][CI] Create fuzz targets for tensors and sparse tensors#6302mrkn wants to merge 14 commits into
Conversation
e5e99a5 to
1c44410Compare637f086 to
19ef6f5Compareemkornfield
commented
Sep 14, 2020
@mrkn it looks like this needs a rebase? Were you going to pursue these changes (PR is still marked as a draft?) |
mrkn
commented
Sep 14, 2020
@emkornfield The reason why this is marked as draft is that I intend to include the fuzz target for sparse tensors. But I need more time to do it, so I want to split a pull request for sparse tensors. I'll fix this and rebase to the mater branch asap. |
mrkn
commented
Sep 28, 2020
I need more several days for syncing this pull-request to the latest master branch. |
5ee93da to
b6bec6fComparemrkn
commented
Oct 6, 2020
This pull request is ready to review. @pitrou Could you have a look? |
pitrou
commented
Oct 6, 2020
I'll take a look later this week. |
mrkn
commented
Oct 7, 2020
Rebased due to #8350. |
mrkn
commented
Oct 7, 2020
Need to rebase again after #8373 is merged. |
850954c to
1adb812Comparewesm
commented
Dec 7, 2020
There was a problem hiding this comment.
Simple decltype(ndim) is modified by const so we need to use std::remove_const here.
mrkn
commented
Jan 19, 2021
@pitrou I changed for your comments and left one reply comment. |
pitrou
commented
Jan 19, 2021
Indeed, the CI failure is probably unrelated. I restarted it. |
pitrou
commented
Jan 19, 2021
I rebased. |
pitrou
commented
Jan 19, 2021
CI passed on my fork, will merge. Thank you @mrkn ! |
Closes#6302 from mrkn/ARROW-7633 Lead-authored-by: Kenta Murata <mrkn@mrkn.jp> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
No description provided.