Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sharding of vector and time functions #2355

Merged
merged 2 commits into from
Jul 11, 2022
Merged

Commits on Jul 8, 2022

  1. Fix sharding of vector and time functions

    Functions `vector` and `time` can't be sharded, as they produce same set
    of series (with zero labels) and can't be concatenated later.
    
    Additionally, functions that have a default `time()` argument,
    like `month()`, were not propagating the shardeability checks properly.
    
    Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
    colega committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8d59ccc View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
    colega committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    06ecf5a View commit details
    Browse the repository at this point in the history