Skip to content

Commit 5468b4b

Browse files
committed
Re-enable support Unicode characters
1 parent 3bb15aa commit 5468b4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/pkg/tests/fulltests/test_sparkSQL.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,10 +848,6 @@ test_that("collect() and take() on a DataFrame return the same number of rows an
848848
})
849849

850850
test_that("collect() support Unicode characters", {
851-
if (is_windows()) {
852-
skip("Shouldn't be executed on Windows due to input encoding issues")
853-
}
854-
855851
jsonPath <- file.path(
856852
Sys.getenv("SPARK_HOME"),
857853
"R", "pkg", "tests", "fulltests", "data",

0 commit comments

Comments
 (0)