Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CONJ-924] NULL column type might result in
java.lang.IllegalArgumentException: Unexpected datatype NULL
  • Loading branch information
diego Dupin committed Feb 10, 2022
1 parent a180c21 commit eda0758
Show file tree
Hide file tree
Showing 2 changed files with 750 additions and 0 deletions.
Expand Up @@ -333,6 +333,7 @@ public Codec<?> getDefaultCodec(Configuration conf) {
case SET:
case VARSTRING:
case STRING:
case NULL:
return StringCodec.INSTANCE;
case TINYINT:
return isSigned() ? ByteCodec.INSTANCE : ShortCodec.INSTANCE;
Expand Down

0 comments on commit eda0758

Please sign in to comment.