Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.13.0
-
None
Description
RecordBatchSizer calculates stdRowWidth by default. This is an expensive operation especially if the columns are deeply nested. Remove this from RecordBatchSizer and instead, provide a method to get the value if needed.