iamthinh

Results 9 comments of iamthinh

Hi @LeviHarrison, I would like to work on this issue. Is it still available ?

Hi @yanliang567, it looks like the link above does not allow new user like me to sign up. Could you please check the slack setting?

@zhuwenxing I tried to click the Join Slack button, but it does not prompt Milvus's slack workspace. The step to produce it is: 1. Click the Join Slack button 2....

Thanks @zhuwenxing, I can join Milvus's Slack now. Should I close the ticket or leave it open until the readme is updated?

@westonpace @albertlockett I think there is something wrong with the `test_bitpack_primitive` function. I tried to set breakpoint inside the `bitpack_params_for_signed_type` function and run the `test_bitpack_primitive`, the program doesn't stop at...

Hi @westonpace, how can I mitigate the test issue mentioned above ? have you found the fix for the test issue mention above?

Hi @broccoliSpicy, thanks for your help. After integrating the code above, my test can use bitpack scheme. However, the [test_bitpack_primitive](https://github.com/lancedb/lance/blob/main/rust/lance-encoding/src/encodings/physical/bitpack.rs#L945) keep failing. I tried to use the code from main...

@broccoliSpicy I tried to integrate the fix you mentioned above, but there is an error `Bitpacking only supports fixed width data blocks` . Will #2927 fix it?