You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/07/12 19:29:00 UTC

[jira] [Created] (HUDI-4387) Upsert fails to recognize updates after bulk-insert (w/ row-writing)

Alexey Kudinkin created HUDI-4387:
-------------------------------------

             Summary: Upsert fails to recognize updates after bulk-insert (w/ row-writing)
                 Key: HUDI-4387
                 URL: https://issues.apache.org/jira/browse/HUDI-4387
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Alexey Kudinkin
             Fix For: 0.12.0


Currently when using bulk-insert's *row-writing* path, Hudi won't be populating Bloom filters for files.

If subsequently a Bloom index would be used for inserts it would incorrectly handle absence of Bloom filters and would ingest all of the subsequent records as inserts.



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