You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/11/20 07:35:39 UTC

[jira] Created: (AVRO-229) Encoder should implement java.io.Flushable

Encoder should implement java.io.Flushable
------------------------------------------

                 Key: AVRO-229
                 URL: https://issues.apache.org/jira/browse/AVRO-229
             Project: Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.2.0
            Reporter: Tom White


Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-229) Encoder should implement java.io.Flushable

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated AVRO-229:
---------------------------

    Attachment: AVRO-229.patch

New patch to make Transceiver implement Closeable, and DataFileWriter implement Closeable and Flushable.

> Encoder should implement java.io.Flushable
> ------------------------------------------
>
>                 Key: AVRO-229
>                 URL: https://issues.apache.org/jira/browse/AVRO-229
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>         Attachments: AVRO-229.patch, AVRO-229.patch
>
>
> Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-229) Encoder should implement java.io.Flushable

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-229:
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
         Assignee: Tom White
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Tom!

> Encoder should implement java.io.Flushable
> ------------------------------------------
>
>                 Key: AVRO-229
>                 URL: https://issues.apache.org/jira/browse/AVRO-229
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 1.3.0
>
>         Attachments: AVRO-229.patch, AVRO-229.patch
>
>
> Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-229) Encoder should implement java.io.Flushable

Posted by "Justin SB (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780470#action_12780470 ] 

Justin SB commented on AVRO-229:
--------------------------------

While we're at it, Transceiver should implement Closeable as well.

> Encoder should implement java.io.Flushable
> ------------------------------------------
>
>                 Key: AVRO-229
>                 URL: https://issues.apache.org/jira/browse/AVRO-229
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>         Attachments: AVRO-229.patch
>
>
> Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-229) Encoder should implement java.io.Flushable

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated AVRO-229:
---------------------------

    Attachment: AVRO-229.patch

Straightforward patch.

> Encoder should implement java.io.Flushable
> ------------------------------------------
>
>                 Key: AVRO-229
>                 URL: https://issues.apache.org/jira/browse/AVRO-229
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>         Attachments: AVRO-229.patch
>
>
> Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-229) Encoder should implement java.io.Flushable

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated AVRO-229:
---------------------------

    Status: Patch Available  (was: Open)

> Encoder should implement java.io.Flushable
> ------------------------------------------
>
>                 Key: AVRO-229
>                 URL: https://issues.apache.org/jira/browse/AVRO-229
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.2.0
>            Reporter: Tom White
>         Attachments: AVRO-229.patch
>
>
> Encoder already has a flush method that is the same as the one defined by java.io.Flushable, so it should simply use the library type to define it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.