AnkitAhlawat7742 commented on PR #49854: URL: https://github.com/apache/arrow/pull/49854#issuecomment-4313193365
Hi @thisisnic , Thanks for the Quick Review I noticed that cast() is documented at https://arrow.apache.org/docs/r/reference/cast.html, which made me think it was intended to be a public function. I assumed users couldn't call arrow::cast() directly outside of dplyr contexts. So Is cast() intended only for internal use within dplyr pipelines on Arrow data Or should users be able to call it directly like arrow::cast(array, int32())? -- 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]
