Skip to content

Tags: huyaqiang09/pinot-1

Tags

mp-0.1.454

Toggle mp-0.1.454's commit message
[TE] augment path property with postfix (apache#1494)

mp-0.1.453

Toggle mp-0.1.453's commit message
Make auto onboard service generic to onboard from all data sources (a…

…pache#1483)

* Make auto onboard service generic to onboard from all data sources

* Fix changed import statement

* Make run frequency of auto onboard configurable

mp-0.1.452

Toggle mp-0.1.452's commit message
Editing field to make it expandable to different date formats

mp-0.1.451

Toggle mp-0.1.451's commit message
Editing field to make it expandable to different date formats

mp-0.1.450

Toggle mp-0.1.450's commit message
Merge offline/realtime table config into class TableConfig (apache#1461)

Change base class AbstractTableConfig into TableConfig
Remove OfflineTableConfig and RealtimeTableConfig

mp-0.1.448

Toggle mp-0.1.448's commit message
[TE] Rootcause runner tweaks (apache#1431)

* verbose mode CLI flag

* interactive REPL model CLI flag

* ordered output of pipeline results

mp-0.1.449

Toggle mp-0.1.449's commit message
Fix incorrectly reported query processing time when all segments are (a…

…pache#1425)

pruned.

When all segments are pruned out, the queryProcessTimer is not stopped,
and so we end up getting large negative value for query processing time.
Fixed the issue by stopping the timer before bail-out, when all segments
are pruned out.

mp-0.1.447

Toggle mp-0.1.447's commit message
Updating restlet resource

mp-0.1.446

Toggle mp-0.1.446's commit message
[TE] Implement Anomaly ImpactToTotalMetric (apache#1404)

* Implement Anomaly ImpactToTotalMetric

1. Implement AnomalyDetectionInputContextBuilder

2. Unify TimeSeries, AnomalyResult, and OverrideConfig in the builder

3. Enable TimeBasedMerger to calculate impact to total metric

mp-0.1.445

Toggle mp-0.1.445's commit message
Updating restlet resource