v.18.16Improvement
Fixed Output of Stateful Functions to Correctly Reflect Query Analysis Start
Fixed the behavior of stateful functions like rowNumberInAllBlocks. They previously output a result that was one number larger due to starting during query analysis. Amos BirdWhy it matters
This fix corrects the output of stateful functions that were producing results incremented by one because they started counting too early in the query processing phase. The change ensures accurate function behavior and reliable query results for users relying on these functions.How to use it
No special action is required by users. The fix is applied internally, and stateful functions likerowNumberInAllBlocks will now produce correct results in all queries without any change in usage.