Skip to content

[BUG]Autohistogram date proto has wrong names, so bucket and min interval are ignored #44

@baroquebobcat

Description

@baroquebobcat

Describe the bug

existing

message AutoDateHistogramAggregation {
// Value representing the minimum interval of the bucket size (ie, day, hour)
Value min_interval = 1;
// Exact number of buckets required
Value num_buckets = 2;
}

sketched in my benchmarking branch
https://github.com/airbnb/kaldb/pull/37/files#diff-0adcf7b903b4ad34cbfad21f50b2db7b0a8469b588fe72ac94bcda357ac0fb7eR126-R135

Requirements (place an x in each of the [ ])**

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

To Reproduce

Steps to reproduce the behavior:

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Reproducible in:

Astra version:

JVM version:

OS version(s):

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions