You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because no bit is defined in PbStreamChunk we can only compact the chunk with the visibility here.
Now the StreamChunk::compact will be called in the StreamChunk::to_protobuf as a workaround.
The ideal final solution might be implement trait Array::to_protobuf(visibility: Bitmap) for each arrays.
The text was updated successfully, but these errors were encountered:
Because no bit is defined in
PbStreamChunk
we can only compact the chunk with the visibility here.Now the
StreamChunk::compact
will be called in theStreamChunk::to_protobuf
as a workaround.The ideal final solution might be implement
trait Array::to_protobuf(visibility: Bitmap)
for each arrays.The text was updated successfully, but these errors were encountered: