Description:
Minor issue where a sparklyr function spark_connection_find is used throughout without an explicit import via the NAMESPACE or using sparklyr::. Noticed it because I hadn't loaded sparklyr and was getting errors about missing spark_connection_find.
Description: Minor issue where a
sparklyr
functionspark_connection_find
is used throughout without an explicit import via theNAMESPACE
or usingsparklyr::
. Noticed it because I hadn't loadedsparklyr
and was getting errors about missingspark_connection_find
.