Is your feature request related to a problem or challenge? Please describe what you are trying to do.
LevelInfoBuilder::write_list would handle element by element without any batching, can this being optimized?
Describe the solution you'd like
Handle it with batching
Describe alternatives you've considered
Find the null or not null element and batching them
Additional context
no
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
LevelInfoBuilder::write_list would handle element by element without any batching, can this being optimized?
Describe the solution you'd like
Handle it with batching
Describe alternatives you've considered
Find the null or not null element and batching them
Additional context
no