Skip to content

Commit

Permalink
[hotfix][table-runtime] Fix the exception info of raw format (#15418)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergin committed Apr 9, 2021
1 parent 276e847 commit aff7bb3
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 aff7bb3

Please sign in to comment.