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 (Jira)" <ji...@apache.org> on 2023/02/28 05:29:00 UTC

[jira] [Created] (HUDI-5861) table can not read date after overwrite table with bucket index

KnightChess created HUDI-5861:
---------------------------------

             Summary: table can not read date after overwrite table with bucket index
                 Key: HUDI-5861
                 URL: https://issues.apache.org/jira/browse/HUDI-5861
             Project: Apache Hudi
          Issue Type: Bug
          Components: core
            Reporter: KnightChess
            Assignee: KnightChess


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)