steFaiz opened a new pull request, #7003: URL: https://github.com/apache/paimon/pull/7003
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose <!-- Linking this pull request to the issue --> This work is part of https://github.com/apache/paimon/issues/6834 This PR mainly contains two parts: 1. Introduce a `localRowId` method for `GlobalIndexer`, indicating whether the indexer stores original row ids (e.g. BTree index) or local row ids which are self-incremental from 0 (i.e. bitmap index and all vector indices). We can only wrap an index reader by an `OffsetIndexReader` only if the indexer has local row ids. 2. Split a GlobalIndexTest from DataEvolutionTableTest to avoid DataEvolutionTableTest growing too long. <!-- What is the purpose of the change --> ### Tests Please see `org.apache.paimon.table.GlobalIndexTableTest` for all global-index-related tests. <!-- List UT and IT cases to verify this change --> ### API and Format No public API modified. <!-- Does this change affect API or storage format --> ### Documentation No public doc need to be modified. <!-- Does this change introduce a new feature --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
