Skip to content

Commit

Permalink
fix decimal type column
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Jan 11, 2024
1 parent 720f5ba commit 019195a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ public final class DatabendTypes
public static final String VARIANT_ARRAY = "variantarray";
public static final String VARIANT_OBJECT = "variantobject";
public static final String INTERVAL = "interval";
public static final String DECIMAL = "Decimal";
public static final String DECIMAL = "decimal";
}

0 comments on commit 019195a

Please sign in to comment.