Closed tibrewalpratik17 closed 4 days ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 63.75%. Comparing base (
59551e4
) to head (ef0f5ed
). Report is 1358 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...ler/api/resources/PinotSegmentRestletResource.java | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Tagging @klsince and @rohityadav1993 as they have relevant context on naming here.
Currently, extracting table type from segment name assumes that the realtime segment is of LLC naming convention. We have added
UploadedRealtimeSegmentName
naming convention for realtime segments as well. A small patch to allow table type extraction forUploadedRealtimeSegmentName
segments as well. This flow is used during reload and delete segment processes. Previously it was resulting in TableNotFoundException.