[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting

2019-03-19 Thread GitBox
AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting URL: https://github.com/apache/incubator-druid/issues/7297#issuecomment-474555914 I would recommend using HLL if you don't need intersections and A-not-B operations, and

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting

2019-03-19 Thread GitBox
AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting URL: https://github.com/apache/incubator-druid/issues/7297#issuecomment-474503384 I don't see how this is possible. Regarding HLL, I think it should use less memor

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting

2019-03-19 Thread GitBox
AlexanderSaydakov commented on issue #7297: thetaSketch aggrgator handle null or "" into unexpected value at ingesting URL: https://github.com/apache/incubator-druid/issues/7297#issuecomment-474460432 Theta sketch ignores nulls and empty strings. Are you sure your input is really empty,