[GitHub] [spark] zhengruifeng commented on a diff in pull request #37133: [SPARK-39720][R] Implement tableExists in SparkR for 3L namespace

2022-07-08 Thread GitBox
zhengruifeng commented on code in PR #37133: URL: https://github.com/apache/spark/pull/37133#discussion_r917227564 ## R/pkg/R/catalog.R: ## @@ -403,21 +406,95 @@ listTables <- function(databaseName = NULL) { dataFrame(callJMethod(jdst, "toDF")) } +#' Checks if the table wi

[GitHub] [spark] zhengruifeng commented on a diff in pull request #37133: [SPARK-39720][R] Implement tableExists in SparkR for 3L namespace

2022-07-08 Thread GitBox
zhengruifeng commented on code in PR #37133: URL: https://github.com/apache/spark/pull/37133#discussion_r917217960 ## R/pkg/R/catalog.R: ## @@ -403,21 +406,95 @@ listTables <- function(databaseName = NULL) { dataFrame(callJMethod(jdst, "toDF")) } +#' Checks if the table wi