Hi
I am trying to connect to a presto database via R using src_presto() in R
library("RPresto")
my_db <- src_presto(catalog = "hive", user = "XYZ",host = "172.XX.XX.XX", port = "8XXX");
my_db
when i am checking above connection i am getting following error:
Error in if (is_http) { : argument is of length zero
Can you please help me in resolving above error?
Thanks,
Kapardhi