Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a leftover _has_nulls change from Nullate (#10211)
There was one missed change from template param has_nulls to member Nullate _has_nulls. It worked because has_nulls resolved to pointer to the function `has_nulls(table_view)` which is always true and didn't break at runtime because the subsequent is_null has a built in nullmask check. Authors: - Devavret Makkar (https://github.com/devavret) Approvers: - David Wendt (https://github.com/davidwendt) - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) - Mike Wilson (https://github.com/hyperbolic2346) URL: #10211
- Loading branch information