[ 
https://issues.apache.org/jira/browse/JENA-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500420#comment-16500420
 ] 

ASF GitHub Bot commented on JENA-1554:
--------------------------------------

Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/427#discussion_r192794776
  
    --- Diff: jena-base/src/main/java/org/apache/jena/atlas/io/IO.java ---
    @@ -158,15 +177,18 @@ static public OutputStream openOutputFileEx(String 
filename) throws FileNotFound
                 filename = IRILib.decode(filename) ;
             }
             OutputStream out = new FileOutputStream(filename) ;
    -        if ( filename.endsWith(".gz") )
    -            out = new GZIPOutputStream(out) ;
    +        String ext = FileOps.extension(filename);
    --- End diff --
    
    Good idea as a separate "clean up FileOps/FileUtils" item and let this PR 
go in now.  Got to finish sometime!



> Support bz2 compression for parsing and loading.
> ------------------------------------------------
>
>                 Key: JENA-1554
>                 URL: https://issues.apache.org/jira/browse/JENA-1554
>             Project: Apache Jena
>          Issue Type: Improvement
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>              Labels: newbie
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to