You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/04 14:05:59 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #6113: Core: Reduce code duplication around writing JSON collections

nastra commented on code in PR #6113:
URL: https://github.com/apache/iceberg/pull/6113#discussion_r1014062148


##########
core/src/main/java/org/apache/iceberg/util/JsonUtil.java:
##########
@@ -251,6 +252,11 @@ public static Set<Integer> getIntegerSet(String property, JsonNode node) {
         .build();
   }
 
+  public static List<Long> getLongList(String property, JsonNode node) {

Review Comment:
   this is to align the existing code as there's a `getIntegerList()` but no `getLongList()` method 



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org