locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
240 stars 46 forks source link

coalesce function finds inconsistent column types in RasterJoin #499

Closed vpipkt closed 3 years ago

vpipkt commented 3 years ago

As originally reported by @mjgolebiewski

https://gitter.im/locationtech/rasterframes?at=5f3e4d365d0f8f244081f87b

When doing raster join where left hand side table has a mix of Tile and ProjectedRasterTile, the variation in column type that coalesce finds causes an error.

vpipkt commented 3 years ago

@mjgolebiewski as soon as build passes I will go ahead and merge #500