Commits


alamb authored and Jorge C. Leitao committed 8447bb12b55
ARROW-10235: [Rust][DataFusion] Improve documentation for type coercion The code / comments for type coercion are a little confusing and don't make the distinction between coercion and casting clear – this PR attempts to clarify the intent, channeling the information from @jorgecarleitao here: https://github.com/apache/arrow/pull/8340#discussion_r501257096 Closes #8399 from alamb/alamb/coercion-docs Authored-by: alamb <andrew@nerdnetworks.org> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>