You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipeline.reduce implementations are expected to maintain a few columns through the reduce operation (e.g., the geometryColumn of type jts.Geometry, the keyColumn of type Array[SpatialKey]), but we don't check if that is the case. We can catch these types of errors early in the pipeline and deliver more meaningful error messages to aid pipeline debugging.
The text was updated successfully, but these errors were encountered:
Pipeline.reduce
implementations are expected to maintain a few columns through the reduce operation (e.g., the geometryColumn of type jts.Geometry, the keyColumn of type Array[SpatialKey]), but we don't check if that is the case. We can catch these types of errors early in the pipeline and deliver more meaningful error messages to aid pipeline debugging.The text was updated successfully, but these errors were encountered: