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

Repair non-empty XOR chunks during 1h downsampling #6137

Merged
merged 2 commits into from
Feb 22, 2023

Commits on Feb 22, 2023

  1. Repair non-empty XOR chunks during 1h downsampling

    Iterated through the non empty XOR chunks, stored the results in a buffer and then downsampled them to 5m aggregated chunks by using DownsampleRaw method and then passed them for 1h downsampling.
    
    Signed-off-by: Kartik-Garg <[email protected]>
    Kartik-Garg committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a159680 View commit details
    Browse the repository at this point in the history
  2. Making changes in the test cases

    Added few more test cases to check if the data being downsampled gets converted to aggregated and also a test case to check if non-empty XOR chunks can be iterated through.
    Made changes in the test cases.
    
    Signed-off-by: Kartik-Garg <[email protected]>
    Kartik-Garg committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6fc86a5 View commit details
    Browse the repository at this point in the history