vogievetsky opened a new pull request, #18829:
URL: https://github.com/apache/druid/pull/18829

   All credit for spotting (and fixing) this bug goes to Claude Code:
   
   The prompt:
   
   ```
   There was a change in Druid that made it possible to have multiple 
supervisors write to the same datasource (aka. table). Previously a supervisor 
had a `supervisor_id` and a `datasource` but they were always the same. As 
   such some code might have been written to refer to the `datasource` instead 
of the `supervisor_id` as it was actually intended. Scan the code and highlight 
any potential issues where the supervisor_id and datasource are 
   conflated. 
   ```
   
   Thanks AI.


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