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
java.util.FormatFlagsConversionMismatchException at TestLoadFilesIT.java:199
Seems to happen when you attempt to dump a database record containing a percentage sign in a column. The text is fed through String.format and percentage characters are treated as a placeholder field.
Literal % signs need to be escaped before calling format().