ianmcook commented on a change in pull request #10327:
URL: https://github.com/apache/arrow/pull/10327#discussion_r640240623
##########
File path: r/R/type.R
##########
@@ -423,6 +423,24 @@ as_type <- function(type, name = "type") {
type
}
+canonical_type_str <- function(type_str) {
+ # canonicalizes data type strings, converting aliases to match the strings
Review comment:
Per https://arrow.apache.org/docs/cpp/api/datatype.html it looks like
"double" is canonical
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]