infinity icon indicating copy to clipboard operation
infinity copied to clipboard

[Bug]: DEFAULT_FIXLEN_CHUNK_SIZE change

Open yuzhichang opened this issue 7 months ago • 0 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Version or Commit ID

v0.2.1

Other environment information

No response

Actual behavior and How to reproduce it

src/storage/column_vector/fix_heap.cppm:99

    u64 current_chunk_size_{DEFAULT_FIXLEN_CHUNK_SIZE};

current_chunk_size_ here is hardcoded to a constant. If another version built with a different const value, the process will segfault due to the mismatch between the const value and actual chunk size.

Expected behavior

No response

Additional information

No response

yuzhichang avatar Jul 18 '24 11:07 yuzhichang