Skip to content

[To rel/0.13][ISSUE-5964] Fix bug of aligned timeseries time duplicated aggregation#5966

Merged
JackieTien97 merged 1 commit intorel/0.13from
ISSUE_5964
May 20, 2022
Merged

[To rel/0.13][ISSUE-5964] Fix bug of aligned timeseries time duplicated aggregation#5966
JackieTien97 merged 1 commit intorel/0.13from
ISSUE_5964

Conversation

@HTHou
Copy link
Copy Markdown
Contributor

@HTHou HTHou commented May 20, 2022

Description

Fix the bug ISSUE-5964 .


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@HTHou HTHou linked an issue May 20, 2022 that may be closed by this pull request
@HTHou HTHou changed the title [ISSUE-5964] Fix bug of aligned timeseries time duplicated aggregation [To rel/0.13][ISSUE-5964] Fix bug of aligned timeseries time duplicated aggregation May 20, 2022
@JackieTien97 JackieTien97 merged commit d23156e into rel/0.13 May 20, 2022
@JackieTien97 JackieTien97 deleted the ISSUE_5964 branch May 20, 2022 06:06
@sonarqubecloud
Copy link
Copy Markdown

SonarCloud Quality Gate failed.    Quality Gate failed

Bug E 3 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 28 Code Smells

83.9% 83.9% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate data point aggregation(重复数据点聚合查询)

2 participants