Skip to content

Commit 8f1c35a

Browse files
committed
Fix format.
1 parent a5046e3 commit 8f1c35a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spark/src/test/scala/org/apache/spark/sql/comet/execution/arrow/CometArrowStreamSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ class CometArrowStreamSuite extends AnyFunSuite with Matchers {
113113
}
114114
}
115115

116-
test("reconcileStreamSchema preserves nullability when expected is nullable but actual is not") {
116+
test(
117+
"reconcileStreamSchema preserves nullability when expected is nullable but actual is not") {
117118
val allocator = new RootAllocator(Integer.MAX_VALUE)
118119
try {
119120
// Spark catalyst declares the column nullable; the first batch happens to come from a

0 commit comments

Comments
 (0)