brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

Fix null to numeric coercion #5163

Open mattnibs opened 2 days ago

mattnibs commented 2 days ago

This commit fixes in issue where null values where not getting coerced into numeric values.

Closes #5158