Skip to content

Tags: wtest/pinot

Tags

mp-0.1.265

Toggle mp-0.1.265's commit message

Verified

This commit was signed with the committer’s verified signature.
jfim Jean-François Im
Handle BOOLEAN type in FieldSpec (apache#256)

Reviewer: Jackie

mp-0.1.264

Toggle mp-0.1.264's commit message

Verified

This commit was signed with the committer’s verified signature.
jfim Jean-François Im
Handle BOOLEAN type in FieldSpec (apache#256)

Reviewer: Jackie

mp-0.1.263

Toggle mp-0.1.263's commit message

Verified

This commit was signed with the committer’s verified signature.
jfim Jean-François Im
Handle BOOLEAN type in FieldSpec (apache#256)

Reviewer: Jackie

mp-0.1.262

Toggle mp-0.1.262's commit message
Enhance StarTreeQueryGenerator to generate all kinds of supported que…

…ries (apache#249)

1. Update the method names in SegmentInfoProvider to make them more clear
2. Added non-equility, in predicate and between predicate to StarTreeQueryGenerator
3. Added some comments in QueryGenerator

mp-0.1.261

Toggle mp-0.1.261's commit message
Enhance StarTreeQueryGenerator to generate all kinds of supported que…

…ries (apache#249)

1. Update the method names in SegmentInfoProvider to make them more clear
2. Added non-equility, in predicate and between predicate to StarTreeQueryGenerator
3. Added some comments in QueryGenerator

mp-0.1.260

Toggle mp-0.1.260's commit message
[PINOT-3310]: Added test to check older star-tree index can be read in (

apache#250)

[PINOT-3310]: Added test to check older star-tree index can be read in and answer queries correctly (Approver: kishoreg).

mp-0.1.259

Toggle mp-0.1.259's commit message

Verified

This commit was signed with the committer’s verified signature.
jfim Jean-François Im
Add optional Kafka message headers in tests (apache#227)

This patch adds support for an optional Kafka message header inside of
tests, so that the Avro messages are prefixed with a fixed header in
the Kafka message stream.

Reviewer: Subbu

mp-0.1.258

Toggle mp-0.1.258's commit message
[PINOT-3198] Part 2 of 2 commits to change SegmentOnlineOfflineStateM…

…odel to contain the new CONSUMING state (apache#211)

Added a configurable option for the controller to change the state model to prepare the cluster for
adding low-level kafka consumers.

Any new clusters created will be created with the new version of the state model, but the servers will
not go through the new states since the controller only updates the IDEALSTATE to contain ONLINE or OFFLINE
states.

Tests:
- Ran integration tests with a version of the server that does NOT have the changes for the new state transitions
  (the clusters in these tests were created with the new state model).
- Manually tested the case where a controller upgrade for a previously created cluster leaves the statemodel
  untouched
- Manually tested that adding the config to turn on the statemodel update works, and updates the state model
  as expected, and we can add new segments and queries work after the update.

mp-0.1.257

Toggle mp-0.1.257's commit message
Removed dependency on javax.ws.rs in favor of explicitly setting resp…

…onse content type (apache#172)

PR: 172
Approver: jfim, Mayank

mp-0.1.256

Toggle mp-0.1.256's commit message

Verified

This commit was signed with the committer’s verified signature.
jfim Jean-François Im
Improve schema and segment APIs and docs (apache#164)

Use more specific HTTP status codes for schema and segment APIs,
document the status codes.

Reviewer: Joe