Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix
getExcludedColumns
slice allocation (#1788)
`getExcludedColumns` allocates a slice of a particular length instead of capacity, which does not achieve the intended effect -- memory optimization.
- Loading branch information