Skip to content

Commit

Permalink
[ISSUE #8295] fix can't login when use embedded storage in cluster mo…
Browse files Browse the repository at this point in the history
…del (#8304)

Close #8295
  • Loading branch information
onewe authored May 9, 2022
1 parent 341bc29 commit 234e6f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public static synchronized <D> void registerRowMapper(String classFullName, RowM
mapperMap.get(classFullName).getClass().getCanonicalName(),
rowMapper.getClass().getCanonicalName());
}
mapperMap.put(classFullName, rowMapper);
}

public static final class MapRowMapper implements RowMapper<Map<String, Object>> {
Expand Down

0 comments on commit 234e6f2

Please sign in to comment.