clintropolis commented on PR #14500: URL: https://github.com/apache/druid/pull/14500#issuecomment-1613006260
intellij inspection failure: ``` Error: processing/src/main/java/org/apache/druid/segment/serde/ColumnPartSerde.java:57 -- Parameter <code>columnConfig</code> is not used in either this method or any of its derived methods ``` is incorrect, but maybe it doesn't recognize the anonymous lambda classes of `NestedCommonFormatColumnPartSerde`. Will try to make private classes for `Deserializer` instead to see if it recognizes that... -- 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]
