sgilmore10 commented on code in PR #35827: URL: https://github.com/apache/arrow/pull/35827#discussion_r1210936274
########## matlab/src/matlab/+arrow/+args/parseValidElements.m: ########## @@ -0,0 +1,28 @@ +function validElements = parseValidElements(data, detectNulls, nullDetectionFcn) + % Returns a logical vector of the validElements in data. If inferNulls Review Comment: I renamed the parameter to `inferNulls`. -- 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]
