You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a SegmentMetadata request without a Interval call (which is optional to Druid) it includes "intervals":[] in the resulting call to Druid which invalidates the result.
It's an easy work-around to pass DateTime.Min and DateTime.Max, but thought I'd highlight this here. I'll try put a PR together to fix it.
The text was updated successfully, but these errors were encountered:
Hihi
When making a
SegmentMetadata
request without a Interval call (which is optional to Druid) it includes"intervals":[]
in the resulting call to Druid which invalidates the result.It's an easy work-around to pass DateTime.Min and DateTime.Max, but thought I'd highlight this here. I'll try put a PR together to fix it.
The text was updated successfully, but these errors were encountered: