Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-enable support Unicode characters
  • Loading branch information
zero323 committed Jan 24, 2020
commit 5468b4b347a0fe6581cdbf68f1f8fa0a8da9dd07
4 changes: 0 additions & 4 deletions R/pkg/tests/fulltests/test_sparkSQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,6 @@ test_that("collect() and take() on a DataFrame return the same number of rows an
})

test_that("collect() support Unicode characters", {
if (is_windows()) {
skip("Shouldn't be executed on Windows due to input encoding issues")
}

jsonPath <- file.path(
Sys.getenv("SPARK_HOME"),
"R", "pkg", "tests", "fulltests", "data",
Expand Down