Skip to content

Commit

Permalink
test regression
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Feb 24, 2024
1 parent b27a40e commit 2147037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public static void validateDefaultValue(Type type, String defaultValue, DefaultV
Preconditions.checkNotNull(defaultValue);
Preconditions.checkArgument(type.isScalarType());
ScalarType scalarType = (ScalarType) type;

// do nothing just test regression
// check if default value is valid.
// if not, some literal constructor will throw AnalysisException
PrimitiveType primitiveType = scalarType.getPrimitiveType();
Expand Down

0 comments on commit 2147037

Please sign in to comment.