Skip to content

Commit f8799ea

Browse files
committed
GH-87: fixed build
1 parent 9c8a022 commit f8799ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/codegen/templates/AbstractFieldWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public MapWriter map(String name, boolean keysSorted) {
251251
fail("Map");
252252
return null;
253253
}
254-
254+
255255
@Override
256256
public ExtensionWriter extension(String name, ArrowType arrowType) {
257257
fail("Extension");

0 commit comments

Comments
 (0)