You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when chunk is not found during chunk tuple routing
Fix potential null pointer deference found by coverity.
This is a false positive as pre checks for chunk tuple routing
ensure either the hypertable lookup or chunk succeed. Nevertheless
it's still useful to be explicit in the function call looking up
the chunk.
0 commit comments