You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "HuwCampbell (via GitHub)" <gi...@apache.org> on 2023/02/17 08:53:38 UTC

[GitHub] [orc] HuwCampbell commented on pull request #1413: Improve Specification documents

HuwCampbell commented on PR #1413:
URL: https://github.com/apache/orc/pull/1413#issuecomment-1434326584

   One can observe the streams with the orc tools.
   
   I'll get around to a Jira in the coming days (it's Friday evening, so maybe Monday).
   
   ```
   > orc-metadata --verbose examples/TestOrcFile.test1.orc
   {
   ...
     "stripes": [
     ...
     "encodings": [
          ...
          { "column": 14, "encoding": "dictionary rle2", "count": 2 },
          ...
      ],
         "streams": [
           ...
           { "id": 37, "column": 14, "kind": "data", "offset": 683, "length": 6 },
           { "id": 38, "column": 14, "kind": "length", "offset": 689, "length": 6 },
           { "id": 39, "column": 14, "kind": "dictionary", "offset": 695, "length": 10 },
           ...
         ],
         ...
       }
     ] 
   }  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org