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
RedactedJoinedSpatialAggregate redacts all rows, not just those with fewer than 15 subscribers.
This is because both the JoinedSpatialAggregate query and the RedactedSpatialAggregate query used for redaction have a value column, so the NATURAL JOIN uses this column to join, but the value columns contain different values.
The join to the RedactedSpatialAggregate should instead explicitly use the location ID columns.
The text was updated successfully, but these errors were encountered:
RedactedJoinedSpatialAggregate
redacts all rows, not just those with fewer than 15 subscribers.This is because both the
JoinedSpatialAggregate
query and theRedactedSpatialAggregate
query used for redaction have avalue
column, so theNATURAL JOIN
uses this column to join, but thevalue
columns contain different values.The join to the
RedactedSpatialAggregate
should instead explicitly use the location ID columns.The text was updated successfully, but these errors were encountered: