Uh oh!
There was an error while loading. Please reload this page.
ARROW-15040: [R] Enable write_csv_arrow to take a Dataset or arrow_dplyr_query as input - #11971
ARROW-15040: [R] Enable write_csv_arrow to take a Dataset or arrow_dplyr_query as input#11971thisisnic wants to merge 13 commits into
Conversation
jonkeane
left a comment
There was a problem hiding this comment.
Oh, this is exciting! One comment about types. It also looks like there are some(?) related segfaults in the CI
Uh oh!
There was an error while loading. Please reload this page.
paleolimbot
commented
Jan 31, 2022
It may be worth rebasing this and seeing if it still segfaults! I know there were some updates to the Scanner that fixed some segfaults for me when I was writing tests for the Python bridge (from the Python side). Another way to write this test that would be independent of that is to Scan a I'm also a fan of the "allow a general record batch reader" approach, which might also make this easier to test. |
paleolimbot
commented
Jan 31, 2022
Also linking ARROW-15128 since it seems like a blocker for this PR. |
b45f9e6 to
43f08f3Comparethisisnic
commented
Feb 1, 2022
Thanks for the suggestion @paleolimbot but the segfault is still happening after a rebase. |
Uh oh!
There was an error while loading. Please reload this page.
ff62a45 to
01e1ae5Comparethisisnic
commented
Feb 1, 2022
Have now updated this and removed the blocker ticket which isn't a blocker! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nealrichardson
left a comment
There was a problem hiding this comment.
Should also write a test for accepting RecordBatchReader, and need to update the docs too
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
nealrichardson
left a comment
There was a problem hiding this comment.
A couple of final suggestions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Benchmark runs are scheduled for baseline = 676b49f and contender = 13045f4. 13045f4 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.