h2oai / sparkling-water

Sparkling Water provides H2O functionality inside Spark cluster
https://docs.h2o.ai/sparkling-water/3.3/latest-stable/doc/index.html
Apache License 2.0
954 stars 362 forks source link

add missing import to R's `NAMESPACE` #5727

Closed hutch3232 closed 1 month ago

hutch3232 commented 2 months ago

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.

krasinski commented 1 month ago

thank you so much for your contribution @hutch3232 :)