-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: treat metric_time and agg_time the same when both are incldu…
…ed in JoinToTimeSpineNode We had previously made a product decision about the behavior of this node that we later decided was not correct. If metric_time or the agg_time_dimension were requested on their own in the JoinToTimeSpineNode, they would each be treated the same. But if both metric_time and the agg_time_dimension were requested, we would select metric_time from time spine, then treat the agg_time_dimension like any other dimension and select it from the parent. We later decided this behavior was inconsistent. This fixes that, treating them the same and selecting both from the time spine.
- Loading branch information
1 parent
7a1a3fe
commit af2375c
Showing
2 changed files
with
38 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters