Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.2.0
-
ERASURE_CODING=true
-
ghx-label-2
Description
Erasure coding build fails at statement generation:
Traceback (most recent call last): File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line 935, in <module> convert_orc_to_full_acid) File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line 678, in generate_statements insert = eval_section(section['DEPENDENT_LOAD']) File "/home/impdev/impala/testdata/bin/generate-schema-statements.py", line 612, in eval_section assert p.returncode == 0 AssertionError
Error message:
put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]). put: Specified block size (524288) is less than the cell size (1048576) of the erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], CellSize=1048576, Id=2]).
IMPALA-12327 added a specific block size setting for copying files from iceberg_lineitem_multiblock. Without the blocksize setting, the put operation succeeds.
Attachments
Issue Links
- is caused by
-
IMPALA-11619 Improve Iceberg V2 reads with a custom Iceberg Position Delete operator
- Resolved