Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
johanl-db committed Dec 19, 2023
1 parent dd1975c commit d631640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ private static boolean isTimestamp(DataType dt) {
return dt == DataTypes.TimestampType || dt == DataTypes.TimestampNTZType;
}

boolean isDateTypeMatched(ColumnDescriptor descriptor) {
private static boolean isDateTypeMatched(ColumnDescriptor descriptor) {
LogicalTypeAnnotation typeAnnotation = descriptor.getPrimitiveType().getLogicalTypeAnnotation();
return typeAnnotation instanceof DateLogicalTypeAnnotation;
}
Expand Down

0 comments on commit d631640

Please sign in to comment.