You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/28 13:44:01 UTC

[GitHub] [arrow] rymurr commented on a change in pull request #7269: ARROW-8114: [Java][Integration] Enable custom_metadata integration test

rymurr commented on a change in pull request #7269:
URL: https://github.com/apache/arrow/pull/7269#discussion_r431844844



##########
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:
       thanks @lidavidm just fixed.




----------------------------------------------------------------
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:
users@infra.apache.org