[FIX](thrift)Fix with 1.2 version for thrift #18658
This commit is contained in:
@ -165,6 +165,7 @@ public class ArrayType extends Type {
|
||||
container.types.add(node);
|
||||
Preconditions.checkNotNull(itemType);
|
||||
node.setType(TTypeNodeType.ARRAY);
|
||||
node.setContainsNull(containsNull);
|
||||
node.setContainsNulls(Lists.newArrayList(containsNull));
|
||||
itemType.toThrift(container);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user