Skip to content

Commit

Permalink
Disable map support (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeffrli authored Feb 19, 2024
1 parent 91cf7fb commit 6c80175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class GlueFieldLexer

private static final BaseTypeMapper DEFAULT_TYPE_MAPPER = (String type) -> DefaultGlueType.toArrowType(type);

public static final boolean MAP_DISABLED = false;
public static final boolean MAP_DISABLED = true;

private GlueFieldLexer() {}

Expand Down

0 comments on commit 6c80175

Please sign in to comment.