Skip to content

Commit

Permalink
[exec](array) Add support arraySubTypes (apache#23629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Aug 30, 2023
1 parent bc3ff62 commit 5f0acbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ public abstract class Type {
arraySubTypes.add(CHAR);
arraySubTypes.add(VARCHAR);
arraySubTypes.add(STRING);
arraySubTypes.add(DECIMAL32);
arraySubTypes.add(DECIMAL64);
arraySubTypes.add(DECIMAL128);
}

public static final Set<Class> DATE_SUPPORTED_JAVA_TYPE = Sets.newHashSet(LocalDate.class, java.util.Date.class,
Expand Down

0 comments on commit 5f0acbd

Please sign in to comment.