[GitHub] [spark] HyukjinKwon commented on a diff in pull request #37135: [SPARK-39723][R] Implement functionExists/getFunc in SparkR for 3L namespace

2022-07-11 Thread GitBox
HyukjinKwon commented on code in PR #37135: URL: https://github.com/apache/spark/pull/37135#discussion_r918448953 ## R/pkg/NAMESPACE: ## @@ -479,7 +479,9 @@ export("as.DataFrame", "databaseExists", "dropTempTable", "dropTempView", +

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #37135: [SPARK-39723][R] Implement functionExists/getFunc in SparkR for 3L namespace

2022-07-11 Thread GitBox
HyukjinKwon commented on code in PR #37135: URL: https://github.com/apache/spark/pull/37135#discussion_r918449024 ## R/pkg/pkgdown/_pkgdown_template.yml: ## @@ -266,7 +266,9 @@ reference: - databaseExists - dropTempTable - dropTempView + - functionExists -