Skip to content

Commit 54be80e

Browse files
committed
fix test failure by removing an assert for debugging
1 parent 0159701 commit 54be80e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/HDFSBackedStateStoreProvider.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ private[state] class HDFSBackedStateStoreProvider extends StateStoreProvider wit
367367
// This is work around for the following.
368368
// Pre-Spark 2.3 mistakenly append 4 bytes to the value row in
369369
// `FixedLengthRowBasedKeyValueBatch`, which gets persisted into the checkpoint data
370-
assert(valueSize % 8 == 0)
371370
valueRow.pointTo(valueRowBuffer, (valueSize / 8) * 8)
372371
map.put(keyRow, valueRow)
373372
}

0 commit comments

Comments
 (0)