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
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
distinct is a no-op when it is connected to the output of aggregate, rolling_aggregate or any other operator that outputs collections with unit weights only. Implement a simple optimization that skips inserting distinct in such cases, similar to how we don't shard already sharded data.
The text was updated successfully, but these errors were encountered:
distinct
is a no-op when it is connected to the output ofaggregate
,rolling_aggregate
or any other operator that outputs collections with unit weights only. Implement a simple optimization that skips insertingdistinct
in such cases, similar to how we don't shard already sharded data.The text was updated successfully, but these errors were encountered: