Clint Wylie
|
c248e00984
|
fix moment sketch null handling (#9075)
|
2020-01-07 14:15:59 -06:00 |
Clint Wylie
|
1054d85171
|
add mechanism to control filter optimization in historical query processing (#8209)
* add support for mechanism to control filter optimization in historical query processing
* oops
* adjust
* woo
* javadoc
* review comments
* fix
* default
* oops
* oof
* this will fix it
* more nullable, refactor DimFilter.getRequiredColumns to use Set, formatting
* extract class DimFilterToStringBuilder with common code from custom DimFilter toString implementations
* adjust variable naming
* missing nullable
* more nullable
* fix javadocs
* nullable
* address review comments
* javadocs, precondition
* nullable
* rename method to be consistent
* review comments
* remove tuning from ColumnComparisonFilter/ColumnComparisonDimFilter
|
2019-08-09 16:36:18 -07:00 |
Clint Wylie
|
abf9843e2a
|
fail complex type 'serde' registration when registered type does not match expected type (#7985)
* make ComplexMetrics.registerSerde type check on register, resolves #7959
* add test
* simplify
* unused imports :/
* simplify
* burned by imports yet again
* remove unused constructor
* switch to getName
* heh oops
|
2019-07-11 23:03:15 -07:00 |
Xue Yu
|
b9c6a26c0e
|
Use ComplexMetrics.registerSerde() across the codebase (#7925)
* refactor complexmetric registerserde
* fix error
* feedback address
|
2019-06-25 11:39:04 +03:00 |
Clint Wylie
|
ffc2397bcd
|
fix AggregatorFactory.finalizeComputation implementations to be ok with null inputs (#7731)
* AggregatorFactory finalizeComputation is nullable with nullable input, make implementations honor this
* fixes
|
2019-05-22 21:13:09 -07:00 |
Jonathan Wei
|
1f29940811
|
Fix momentsketch build issues (#7074)
* Fix momentsketch build issues
* Remove unused section in pom
* Fix test
* Remove unused method
* Checkstyle
|
2019-02-13 21:32:43 -08:00 |
Edward Gan
|
90c1a54b86
|
Moments Sketch custom aggregator (#6581)
* Moments Sketch Integration with Druid
* updates, add documentation, fix warnings
* nits
* disallowed base64
* update to druid 0.14
|
2019-02-13 14:03:47 -08:00 |