Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 28, 2024
1 parent bd03037 commit d6e7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("executing SQL queries works", {

sc <- sparklyr::spark_connect(master = "local", version = getOption("spark.version"))

shakespeare <- spark_read_bigquery(sc, name = "shakespeare", sqlQuery = "SELECT * FROM bigquery-public-data.samples.shakespeare")
shakespeare <- spark_read_bigquery(sc, name = "shakespeare", sqlQuery = "SELECT * FROM `bigquery-public-data.samples.shakespeare`")

expect_equal(shakespeare %>% sparklyr::sdf_nrow(), 164656)
})

0 comments on commit d6e7bc7

Please sign in to comment.