Skip to content

Tags: fjy/pinot

Tags

mp-0.1.91

Toggle mp-0.1.91's commit message
Fixing log4j appender, and exception due to missing time column

mp-0.1.89

Toggle mp-0.1.89's commit message
Fixing the wrong method call for get offline table config

RB=497850
R=xiafu
A=jfim

mp-0.1.88

Toggle mp-0.1.88's commit message
fixing tests

RB=497454
R=dpatel
A=xiafu

mp-0.1.87

Toggle mp-0.1.87's commit message
fixing tests

RB=497454
R=dpatel
A=xiafu

mp-0.1.86

Toggle mp-0.1.86's commit message
Modifying chaosMonkey test with new quick-start api, the test still f…

…ails though

RB=496436
R=kgopalak,xiafu,jfim,dpatel
A=jfim

mp-0.1.85

Toggle mp-0.1.85's commit message
Adding filter query schema check in DataSchemaSegmentPruner.

RB=495511
R=xiafu
A=jfim

mp-0.1.84

Toggle mp-0.1.84's commit message
Fixing the file descriptor leak for mmap mode and heap mode.

Adding test for heap/mmap mode reader and make sure no file opens after
close() method is called.

RB=494532
R=xiafu
A=dpatel

mp-0.1.83

Toggle mp-0.1.83's commit message
Remove all the callables from metrics and addPhasingTime after the call.

Adding Destroy for nettyClientConnection.

RB=493040
R=xiafu
A=kgopalak

mp-0.1.82

Toggle mp-0.1.82's commit message
Remove all the callables from metrics and addPhasingTime after the call.

Adding Destroy for nettyClientConnection.

RB=493040
R=xiafu
A=kgopalak

mp-0.1.81

Toggle mp-0.1.81's commit message
Fixing NPE for getting next row, if the column from avro is not in pinot

schema. Now we will just simply skip it.

Remove debug code in SimpleRequestHandler.

RB=492956
R=xiafu
A=jfim,dpatel