Skip to content

Commit ba091fb

Browse files
author
Oscar D. Lara Yejas
committed
Merge tests and description files
1 parent cd033c0 commit ba091fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

R/pkg/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Collate:
3535
'sparkR.R'
3636
'stats.R'
3737
'types.R'
38-
'utils.R'
38+
'utils.R'

R/pkg/inst/tests/test_sparkSQL.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,6 @@ test_that("Method as.data.frame as a synonym for collect()", {
14681468
expect_equal(as.data.frame(irisDF2), collect(irisDF2))
14691469
})
14701470

1471-
<<<<<<< HEAD
14721471
test_that("attach() on a DataFrame", {
14731472
df <- jsonFile(sqlContext, jsonPath)
14741473
expect_error(age)

0 commit comments

Comments
 (0)