Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19713#discussion_r150380582
--- Diff: R/pkg/tests/fulltests/test_sparkSQL.R ---
@@ -733,7 +733,7 @@ test_that("test cache, uncache and clearCache", {
expect_true(dropTempView("table1"))
expect_error(uncacheTable("foo"),
- "Error in uncacheTable : no such table - Table or view 'foo' not
found in database 'default'")
+ "Error in uncacheTable : analysis error - Table or view not found:
foo")
--- End diff --
tiny nit:
```r
expect_error(uncacheTable("foo"),
"Error in uncacheTable : analysis error - Table or view not
found: foo")
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]