leerho commented on issue #10042: URL: https://github.com/apache/druid/issues/10042#issuecomment-678733253
@capistrant Thank you for your diligent work on this. Your idea should work. To clarify, the EmptyCompactSketch is a static final long that has the value: 0x0000_1E00_0003_0301. If you add the seedHash of the DEFAULT_UPDATE_SEED it looks like this : 0x93cc_1E00_0003_0301. The older code expects the top 16 bits to be there, while the newer code doesn't care if it is there or not. Whether you replace those 8 bytes with a long or replace them with their Base64 equivalent, either should work. Cheers, ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
