Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Aug 16, 2024
1 parent 8576520 commit c5be774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ArrowFieldTypeConversion {
public static final ArrowFieldTypeVisitor ARROW_FIELD_TYPE_VISITOR =
new ArrowFieldTypeVisitor();

private static class ArrowFieldTypeVisitor implements DataTypeVisitor<FieldType> {
public static class ArrowFieldTypeVisitor implements DataTypeVisitor<FieldType> {

@Override
public FieldType visit(CharType charType) {
Expand Down

0 comments on commit c5be774

Please sign in to comment.