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
[fix][TableView] Correct argument order to Errorf in TableView message handling(#1130)
### Motivation
When TableView fails to read a message with the schema the error message is malformed, e.g.
```
ERRO[0000] msg.GetSchemaValue() failed with %!w(*pulsar.message=&{[..snipped..]}); msg is schema not found for topic: [..snipped..], schema version : [ [0 0 0 0 0 0 0 0] ]
```
The correct formatting will help users to debug their issues.
### Modifications
Switch error args to match the formatting directives and context of the message.
Signed-off-by: Oliver Muir <[email protected]>
Co-authored-by: Oliver Muir <[email protected]>
0 commit comments