You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Prashant Wason (Jira)" <ji...@apache.org> on 2023/04/18 20:28:00 UTC

[jira] [Created] (HUDI-6100) Fix overflow in setting log block size

Prashant Wason created HUDI-6100:
------------------------------------

             Summary: Fix overflow in setting log block size
                 Key: HUDI-6100
                 URL: https://issues.apache.org/jira/browse/HUDI-6100
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Prashant Wason
            Assignee: Prashant Wason


Log file size is a long so log block size should also be a long to allow for very large blocks which span the entire log file.

Since we have inline log blocks (inline parquet, inline hFile) having large log blocks helps reduce the number of log blocks to check when reading data (especially for MDT indexes).



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