lidavidm commented on a change in pull request #7269:
URL: https://github.com/apache/arrow/pull/7269#discussion_r431847207
##########
File path:
java/vector/src/main/java/org/apache/arrow/vector/types/pojo/Schema.java
##########
@@ -99,21 +101,38 @@ public static Schema
convertSchema(org.apache.arrow.flatbuf.Schema schema) {
private final Map<String, String> metadata;
public Schema(Iterable<Field> fields) {
- this(fields, null);
+ this(fields, (Map<String, String>) null);
}
/**
Review comment:
Ah, that set off checkstyle, sorry :( (looks like it still wants a
docstring for the public constructor)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]