You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/12/22 21:48:29 UTC

[GitHub] jena issue #334: JENA-1454: Introduce builder pattern for result set reading...

Github user afs commented on the issue:

    https://github.com/apache/jena/pull/334
  
    Needs some further cleanup before its ready to merge.
    
    The main syntax forms, XML, JSON support read/write with a `Context` for passing in configuration. Thrift does anyway.
    
    TSV, CSV, Text work in this framework but have not been deeply integrated.
    
    All old mechanisms to access features specific to a syntax should still work.


---