LakshSingla commented on code in PR #16130:
URL: https://github.com/apache/druid/pull/16130#discussion_r1551084415
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/error/FrameFieldWriterFault.java:
##########
@@ -49,7 +51,7 @@ public FrameFieldWriterFault(
super(
CODE,
StringUtils.format(
- "Error[%s] while writing frame for source[%s], rowNumber[%d]
column[%s]",
+ "Error[%s] while writing a field for source[%s], rowNumber[%d],
column[%s].",
Review Comment:
nit: Duplicate error message as `FrameFieldWriterException` , can extract
the format string out. It will make the updates easier.
--
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]