cloud-fan commented on code in PR #37287:
URL: https://github.com/apache/spark/pull/37287#discussion_r938681100
##########
R/pkg/tests/fulltests/test_sparkSQL.R:
##########
@@ -4098,14 +4098,13 @@ test_that("catalog APIs, listTables, getTable,
listColumns, listFunctions, funct
c("name", "description", "dataType", "nullable", "isPartition",
"isBucket"))
expect_equal(collect(c)[[1]][[1]], "speed")
expect_error(listColumns("zxwtyswklpf", "default"),
- paste("Error in listColumns : analysis error - Table",
- "'zxwtyswklpf' does not exist in database 'default'"))
+ paste("Table or view not found:
spark_catalog.default.zxwtyswklpf"))
Review Comment:
I don't think we treat error message change as behavior change. We change
error messages from time to time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]