[bugfix] fix cs_encoding simd pfor codec format depend on cpu arch

This commit is contained in:
saltonz
2024-08-06 06:15:51 +00:00
committed by ob-robot
parent 89000ccd6b
commit e8faf23073
22 changed files with 667 additions and 82 deletions

View File

@ -167,7 +167,7 @@ public:
total_len = datums->count() * fixed_len;
}
ctx.build_string_stream_meta(fixed_len, is_use_zero_len_as_null, total_len);
ctx.build_string_stream_encoder_info(type, false, &encoding_opt, nullptr, -1, &allocator_);
ctx.build_string_stream_encoder_info(type, false, &encoding_opt, nullptr, -1, DATA_VERSION_4_3_2_1, &allocator_);
int64_t bitmap_size = pad8(size);
char *bitmap = new char[bitmap_size];
memset(bitmap, 0, bitmap_size);