shardulm94 opened a new pull request #438: Throw IllegalArgumentExcpetion exception in ReassignIds if field not found in sourceSchema URL: https://github.com/apache/incubator-iceberg/pull/438 `TypeUtil.reassignIds` should throw an `IllegalArgumentExcpetion` if field is not found in source schema according to https://github.com/apache/incubator-iceberg/blob/master/api/src/main/java/org/apache/iceberg/types/TypeUtil.java#L134 Currently though, it throws an NPE at https://github.com/apache/incubator-iceberg/blob/master/api/src/main/java/org/apache/iceberg/types/ReassignIds.java#L77
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
