Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-744 LazyIO of non-filter columns
  3. ORC-759

StructBatchReader should always skip processing on the rootReader

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.7.0
    • Java
    • None

    Description

      As of right now the processing in StructBatchReader is as follows:

      • `nextBatch` method : Perform directly on the children with the assumption that the rootReader has no nulls.
      • `seek`, `skipRows`, `startStripe` methods: Operate on the rootReader

      Propose that the StructBatchReader be made consistently to operate on the children and never on the rootReader.

      Attachments

        Issue Links

          Activity

            People

              planka Pavan Lanka
              planka Pavan Lanka
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: