bito-code-review[bot] commented on PR #38086: URL: https://github.com/apache/superset/pull/38086#issuecomment-3926103873
<!-- Bito Reply --> The `?` adds optional chaining to prevent errors if `formulaSeries.data` is undefined. Without it, accessing `.length` or `[0]` on an undefined value would throw a TypeError. This makes the test more robust, likely due to potential undefined data in some scenarios. -- 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]
