Skip to content

Commit

Permalink
fix NULL cast to CHAR bug (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubingpeng authored Dec 18, 2017
1 parent 051cf8f commit 877ac29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/src/com/baidu/palo/catalog/PrimitiveType.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public enum PrimitiveType {
builder.put(NULL_TYPE, DATE);
builder.put(NULL_TYPE, DATETIME);
builder.put(NULL_TYPE, DECIMAL);
builder.put(NULL_TYPE, CHAR);
builder.put(NULL_TYPE, VARCHAR);
// Boolean
builder.put(BOOLEAN, BOOLEAN);
Expand Down

0 comments on commit 877ac29

Please sign in to comment.