github-advanced-security[bot] commented on code in PR #15681:
URL: https://github.com/apache/druid/pull/15681#discussion_r1451695957
##########
processing/src/main/java/org/apache/druid/data/input/InputFormat.java:
##########
@@ -85,4 +87,14 @@
{
return size;
}
+
+ /**
+ * Returns an adapter that can read the rows from {@link
#createReader(InputRowSchema, InputEntity, File)},
+ * given a particular {@link InputRowSchema}. Note that {@link
RowAdapters#standardRow()} always works, but the
+ * one returned by this method may be more performant.
+ */
+ default RowAdapter<InputRow> createRowAdapter(InputRowSchema inputRowSchema)
Review Comment:
## Useless parameter
The parameter 'inputRowSchema' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/6448)
--
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]