alamb opened a new pull request, #13817: URL: https://github.com/apache/datafusion/pull/13817
## Which issue does this PR close? - Part of https://github.com/apache/datafusion/issues/13763 ## Rationale for this change - @kylebarron points out in https://github.com/apache/datafusion/pull/13354#discussion_r1887730438 that: > Is the A here intended to be upper-case? I'd have expected Nullary While I was making that change I noticed that the `TypeSignature` documentation could be improved as well so I did it at the same time ## What changes are included in this PR? 1. Rename `TypeSignature::NullAry` --> `TypeSignature::Nullary` 2. improve comments ## Are these changes tested? By CI ## Are there any user-facing changes? The name of an enum has changed, but this has not yet been released, so it isn't a user visible change in my mind -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
