surekhasaharan commented on a change in pull request #6830: Add null checks in
DruidSchema
URL: https://github.com/apache/incubator-druid/pull/6830#discussion_r251188390
##########
File path:
sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchema.java
##########
@@ -402,7 +402,7 @@ private void addSegment(final DruidServerMetadata server,
final DataSegment segm
}
}
- private void removeSegment(final DataSegment segment)
+ protected void removeSegment(final DataSegment segment)
Review comment:
Yes, forgot to add. Will do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]