infinity
infinity copied to clipboard
[Bug]: DEFAULT_FIXLEN_CHUNK_SIZE change
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