Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmutate(as.character) produces an error (unknown type) #45
Comments
|
Thanks for point this out :) Apologies for this issue, I will fix this. |
|
This has now been fixed in latest dev version. Thanks for identifying bug |
Issue Description
Similar to the earlier issue with as.integer #42, as.character also produces an error, as 'string' is an unknown type. Here we should use 'varchar'.
Reproducible Example
Example:
Surely related again to the differences between HIVE DDL and Presto SQL Syntax.