zhan7236 commented on PR #18790: URL: https://github.com/apache/druid/pull/18790#issuecomment-4037371290
Fixed the CI failure in `testExactTopNOnInnerJoinWithLimit`. The root cause was an incorrect CRC hash in the quidem testcase header. The previous commit correctly moved `!set minTopNThreshold 1` to its alphabetically sorted position (as suggested), but the CRC was computed manually without actually running the test, resulting in an incorrect hash (`b5816ff1` instead of the correct `f16f81b5`). Regenerated the file using `-Dquidem.overwrite` and verified the test passes locally. -- 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]
