vogievetsky opened a new pull request, #12788: URL: https://github.com/apache/druid/pull/12788
Fixes: https://github.com/apache/druid/issues/12781 Best to never call `.toString()` on `undefined` This is just a super quick fix that works by making the function more robust. It does not address the reason it is being called with `undefined` in the first place. The 'real' fix involves refactoring the code a bit. I will do that in a bit but wanted to get this fix out first. -- 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]
