Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-6838

Fix file writers to honor bloom filter configs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 0.14.0
    • None

    Description

      Bloom filter configs are hard-coded in `HoodieFileWriterFactory`

      protected BloomFilter createBloomFilter(HoodieConfig config) {
          return BloomFilterFactory.createBloomFilter(60000, 0.000000001, 100000,
              BloomFilterTypeCode.DYNAMIC_V0.name());
        }
      

      Attachments

        Issue Links

          Activity

            People

              guoyihua Ethan Guo (this is the old account; please use "yihua")
              guoyihua Ethan Guo (this is the old account; please use "yihua")
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: