avantgardnerio commented on code in PR #2813: URL: https://github.com/apache/arrow-datafusion/pull/2813#discussion_r910372690
########## datafusion/common/src/scalar.rs: ########## @@ -37,6 +37,8 @@ use std::{convert::TryFrom, fmt, iter::repeat, sync::Arc}; /// Represents a dynamically typed, nullable single value. /// This is the single-valued counter-part of arrow’s `Array`. +/// https://arrow.apache.org/docs/python/api/datatypes.html +/// https://github.com/apache/arrow/blob/master/format/Schema.fbs#L354-L375 Review Comment: Sorry, this was built upon #2797 . I'll turn this into a draft until that gets merged. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org