adarshsanjeev commented on PR #15822: URL: https://github.com/apache/druid/pull/15822#issuecomment-1948103874
There seem to be some test failures due to the upgrade. Digging into it a bit, it looks like the test is failing for StringSketch After upgrade, the sketch does not seem to be returning 1 as a partition boundary consistently for any value of K, which, after dedup is causing an issue with the count of boundaries. Is there any change in 5.0.1 that causes this? It doesn't seem to be an accuracy issue since it's only one partition from ~8000, but the fact that it's removing only the partition 1 seems weird to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
