You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "KnightChess (via GitHub)" <gi...@apache.org> on 2023/02/28 05:35:43 UTC

[GitHub] [hudi] KnightChess opened a new pull request, #8073: [HUDI-5861] fix table can not read date after overwrite table with bu…

KnightChess opened a new pull request, #8073:
URL: https://github.com/apache/hudi/pull/8073

   a table with bucket index, if `insert overwrite` the same partition twice, can not get any data will `query sql`
   
   reason: insert overwrite in bucket index will tagLocation, the new file version will use the same fgId, so the lastest file slice will be filtered by `replacecommit` file with the same fileGroupId.
   
   ### Change Logs
   
   if op is `insert_overwrite`, ignore tagLocation.
   
   ### Impact
   
   none
   
   ### Risk level (write none, low medium or high below)
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] hudi-bot commented on pull request #8073: [HUDI-5861] fix table can not read date after overwrite table with bu…

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #8073:
URL: https://github.com/apache/hudi/pull/8073#issuecomment-1447616704

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6c83d41111703acc1c3682df448b2b8ff4b8ba0d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6c83d41111703acc1c3682df448b2b8ff4b8ba0d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c83d41111703acc1c3682df448b2b8ff4b8ba0d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] flashJd commented on pull request #8073: [HUDI-5861] fix table can not read data after overwrite table with bu…

Posted by "flashJd (via GitHub)" <gi...@apache.org>.
flashJd commented on PR #8073:
URL: https://github.com/apache/hudi/pull/8073#issuecomment-1612375573

   > #8072 look like meet the same question, close it
   
   I prefer the solution that remove tagLocation


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] KnightChess closed pull request #8073: [HUDI-5861] fix table can not read data after overwrite table with bu…

Posted by "KnightChess (via GitHub)" <gi...@apache.org>.
KnightChess closed pull request #8073: [HUDI-5861] fix table can not read data after overwrite table with bu…
URL: https://github.com/apache/hudi/pull/8073


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] KnightChess commented on pull request #8073: [HUDI-5861] fix table can not read data after overwrite table with bu…

Posted by "KnightChess (via GitHub)" <gi...@apache.org>.
KnightChess commented on PR #8073:
URL: https://github.com/apache/hudi/pull/8073#issuecomment-1447622493

   #8072 look like meet the same question, close it


-- 
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: commits-unsubscribe@hudi.apache.org

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


[GitHub] [hudi] flashJd commented on pull request #8073: [HUDI-5861] fix table can not read data after overwrite table with bu…

Posted by "flashJd (via GitHub)" <gi...@apache.org>.
flashJd commented on PR #8073:
URL: https://github.com/apache/hudi/pull/8073#issuecomment-1612375047

   > #8072 look like meet the same question, close it
   
   I prefer this solution 


-- 
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: commits-unsubscribe@hudi.apache.org

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