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
We have a legacy implementation for selectDistinct(partitioning_columns_only...) in PartitionAwareSourceTable that inappropriately gives a static result. Maybe we can use the grouping support in ChunkedOperatorAggregationHelper to fix this bug and get rid of the unnecessary specialization, but we'd need to enhance it to support more than one grouping column in cases where the intersection is guaranteed to be inexpensive.
The text was updated successfully, but these errors were encountered:
We have a legacy implementation for
selectDistinct(partitioning_columns_only...)
inPartitionAwareSourceTable
that inappropriately gives a static result. Maybe we can use the grouping support inChunkedOperatorAggregationHelper
to fix this bug and get rid of the unnecessary specialization, but we'd need to enhance it to support more than one grouping column in cases where the intersection is guaranteed to be inexpensive.The text was updated successfully, but these errors were encountered: