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

   ControllerImpl has a function mapQueryColumnNameToOutputColumnName that 
rewrites faults to use the user-visible column names. However, the current 
implementation also replaces the exceptionStackTrace. The original trace from 
the worker is lost, replaced by a not-very-useful one from this function on the 
controller.
   
   This patch changes the function so only the fault is rewritten, not the 
entire error report, so the original worker stack trace is preserved.


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