Skip to content

Commit

Permalink
Enable map of complex types support (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeffrli authored May 10, 2024
1 parent c1a73d6 commit b8089c8
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 = true;
public static final boolean MAP_DISABLED = false;

private GlueFieldLexer() {}

Expand Down

0 comments on commit b8089c8

Please sign in to comment.