We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83e291 commit da6a285Copy full SHA for da6a285
sql/catalyst/src/test/scala/org/apache/spark/sql/RowTest.scala
@@ -121,10 +121,6 @@ class RowTest extends FunSpec with Matchers {
121
externalRow should be theSameInstanceAs externalRow.copy()
122
}
123
124
- it("copy should return same ref for internal rows") {
125
- internalRow should be theSameInstanceAs internalRow.copy()
126
- }
127
-
128
it("toSeq should not expose internal state for external rows") {
129
val modifiedValues = modifyValues(externalRow.toSeq)
130
externalRow.toSeq should not equal modifiedValues
0 commit comments