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

   Current Runtime Exceptions generated while writing frames only include the 
exception itself without including the name of the column they were encountered 
in, for e.g. 
   
   `java.lang.RuntimeException: java.lang.ClassCastException: class 
java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and 
java.lang.String are in module java.base of loader 'bootstrap')`
   
   Start including the col name for easier debugging. 
   
   New Exception:
   java.lang.RuntimeException: 
org.apache.druid.frame.write.FrameFieldWriterException: Error [class 
java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and 
java.lang.String are in module java.base of loader 'bootstrap')] while writing 
frame for column [arrayString]`
   


-- 
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: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to