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)