Skip to content

Commit

Permalink
[hotfix][table] Fix the exception info of raw format
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergin committed Mar 29, 2021
1 parent 083d022 commit 9834d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private SerializationRuntimeConverter createNotNullConverter(

default:
throw new UnsupportedOperationException(
"'single-format' currently doesn't support type: " + type);
"'raw' format currently doesn't support type: " + type);
}
}

Expand Down

0 comments on commit 9834d4d

Please sign in to comment.