abandy commented on code in PR #42043:
URL: https://github.com/apache/arrow/pull/42043#discussion_r1632403973


##########
swift/Arrow/Sources/Arrow/ArrowDecoder.swift:
##########
@@ -173,7 +191,7 @@ private struct ArrowKeyedDecoding<Key: CodingKey>: 
KeyedDecodingContainerProtoco
     }
 
     func decodeNil(forKey key: Key) throws -> Bool {
-        return try self.decoder.doDecode(key) == nil
+         try self.decoder.isNull(key)

Review Comment:
   Good catch!  The file is being checked by the linter but apparently a space 
off doesn't cause it to fail :).  I will update accordingly.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to