jtuglu-netflix commented on code in PR #18082:
URL: https://github.com/apache/druid/pull/18082#discussion_r2147341374
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/actions/SegmentTransactionalAppendAction.java:
##########
@@ -132,7 +146,9 @@ public SegmentSchemaMapping getSegmentSchemaMapping()
@Override
public TypeReference<SegmentPublishResult> getReturnTypeReference()
{
- return new TypeReference<>() {};
+ return new TypeReference<SegmentPublishResult>()
+ {
+ };
Review Comment:
I've updated this to remove the unnecessary templated type
`SegmentPublishResult` within the `TypeReference`, since I believe this was an
update missed in a previous change.
--
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]