veeceey commented on PR #37987:
URL: https://github.com/apache/superset/pull/37987#issuecomment-3942144584

   Good question! Since this is a backend fix to the post-processing pipeline 
order (applying resample before rolling window instead of after), the chart 
visually looks the same—it's the underlying computed values that change. 
   
   The Before showed incorrect aggregation because rolling was applied to 
un-resampled data, and the After shows correct values with proper resampling 
applied first. The data values in the table should be different, but the chart 
rendering itself is identical.
   
   Happy to add a data value comparison if that would be helpful!


-- 
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]

Reply via email to