Skip to content

Conversation

@mred-cmd
Copy link
Contributor

The closeable interface states:

Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

As InternalParquetRecordWriter implements this interface we should adhere to this contract.

@mred-cmd mred-cmd changed the title PARQUET-544: add closed flag to allow for closeable contract adherence PARQUET-544: Add closed flag to allow for closeable contract adherence May 20, 2016
@julienledem
Copy link
Member

LGTM

@asfgit asfgit closed this in 1f47025 Jun 30, 2016
rdblue pushed a commit to rdblue/parquet-mr that referenced this pull request Jan 6, 2017
The closeable interface states:
> Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

As InternalParquetRecordWriter implements this interface we should adhere to this contract.

Author: Mark Reddy <mark.l.reddy@gmail.com>

Closes apache#345 from markreddy/PARQUET-544-adhere-to-closeable-contract and squashes the following commits:

135db9b [Mark Reddy] PARQUET-544: add closed flag to allow for adherence to closeable contract
rdblue pushed a commit to rdblue/parquet-mr that referenced this pull request Jan 10, 2017
The closeable interface states:
> Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

As InternalParquetRecordWriter implements this interface we should adhere to this contract.

Author: Mark Reddy <mark.l.reddy@gmail.com>

Closes apache#345 from markreddy/PARQUET-544-adhere-to-closeable-contract and squashes the following commits:

135db9b [Mark Reddy] PARQUET-544: add closed flag to allow for adherence to closeable contract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants