azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
80 stars 26 forks source link

Set value columns to NOT NULL #89

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

This will prevent bugs from occurring when attempting to add NULL + .

AugmentedDiffStreamProcessor now coalesces excluded values when applying partial updates (when running on a schema that hasn't had the NOT NULL constraints applied).