[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-09-04 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16922562#comment-16922562 ] Wes McKinney commented on ARROW-6300: - I think that continuing to call {{Close}} on non-closed files

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-09-04 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16922465#comment-16922465 ] Antoine Pitrou commented on ARROW-6300: --- Hmm, so if we call Abort() from the destructor, this will

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-22 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913120#comment-16913120 ] Antoine Pitrou commented on ARROW-6300: --- > generally, I thought it was frowned upon to work that

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-21 Thread Micah Kornfield (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912950#comment-16912950 ] Micah Kornfield commented on ARROW-6300: It sounds like it makes sense, I think not just hiding

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-21 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16912119#comment-16912119 ] Antoine Pitrou commented on ARROW-6300: --- > 1. What is the use-case for such a method? Are we

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-20 Thread Micah Kornfield (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911928#comment-16911928 ] Micah Kornfield commented on ARROW-6300: Two questions: 1.  What is the use-case for such a

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-20 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911427#comment-16911427 ] Wes McKinney commented on ARROW-6300: - Seems reasonable to have the default implementation be a no-op

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-20 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911406#comment-16911406 ] Antoine Pitrou commented on ARROW-6300: --- [~emkornfi...@gmail.com] opinions? > [C++] Add

[jira] [Commented] (ARROW-6300) [C++] Add io::OutputStream::Abort()

2019-08-20 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16911402#comment-16911402 ] Antoine Pitrou commented on ARROW-6300: --- Context: S3 multipart uploads must be either completed or