Skip to content

Commit da6a285

Browse files
committed
fix test
1 parent f83e291 commit da6a285

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/RowTest.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ class RowTest extends FunSpec with Matchers {
121121
externalRow should be theSameInstanceAs externalRow.copy()
122122
}
123123

124-
it("copy should return same ref for internal rows") {
125-
internalRow should be theSameInstanceAs internalRow.copy()
126-
}
127-
128124
it("toSeq should not expose internal state for external rows") {
129125
val modifiedValues = modifyValues(externalRow.toSeq)
130126
externalRow.toSeq should not equal modifiedValues

0 commit comments

Comments
 (0)