herefree opened a new pull request, #4723: URL: https://github.com/apache/paimon/pull/4723
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose Support Dynamic bloom filter file index.DynamicBloomFilter is largely based of org.apache.hudi.common.bloom.InternalDynamicBloomFilter. Comparing with Hadoop's DynamicBloomFilter, Hoodie's dynamic bloom bounded bloom filter have a bound. Once the entries added reach the bound, the numbers of bloom filters will not increase and false positive ratio may not be guaranteed. For meta data, I only kept version, numBloomFilters, bloomFilterVectorSize and numHashFunctions. This is enough to build FileIndexReader. <!-- Linking this pull request to the issue --> Linked issue: close #xxx <!-- What is the purpose of the change --> ### Tests ### API and Format ### Documentation docs/content/concepts/spec/fileindex.md <!-- 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]
