Skip to content

Commit

Permalink
minor typo in logs (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
VardhanThigle authored Dec 6, 2024
1 parent ff14f97 commit 91b5be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected static String mysqlSetCursorModeIfNeeded(
SQLDialect sqlDialect, String url, @Nullable Integer fetchSize) {
if (fetchSize == null) {
LOG.info(
"FetchSize is not explicitly configured. In case of out of memory errors, please set `FetSize` according to the available memory and maximum size of a row.");
"FetchSize is not explicitly configured. In case of out of memory errors, please set `FetchSize` according to the available memory and maximum size of a row.");
return url;
}
if (sqlDialect != SQLDialect.MYSQL) {
Expand Down

0 comments on commit 91b5be3

Please sign in to comment.