Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-21779

ACID: Delete deltas should not project the row struct

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.1, 4.0.0
    • None
    • Transactions
    • None

    Description

              if (useDecimal64ColumnVector) {
                this.batch = deleteDeltaReader.getSchema().createRowBatchV2();
              } else {
                this.batch = deleteDeltaReader.getSchema().createRowBatch();
              }
      

      Is creating a fully wide row-batch, despite the fact that all row columns have to be NULL in a delete delta.

      createRowBatch() should follow includes and avoid over-allocating column vrbs.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            gopalv Gopal Vijayaraghavan

            Dates

              Created:
              Updated:

              Slack

                Issue deployment