This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
v1.3.1
[NSE-746]Fix memory allocation in row to columnar (#834) (#836) * Optimize row to column memory allocation This patch improves the memory allocation in r2c by doing estimation based on first row. Also check the capacity during the conversation and increase the buffer size if not enough Signed-off-by: Yuan Zhou <[email protected]> * fix leakage Signed-off-by: Yuan Zhou <[email protected]> * fix test Signed-off-by: Yuan Zhou <[email protected]>