We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5046e3 commit 8f1c35aCopy full SHA for 8f1c35a
1 file changed
spark/src/test/scala/org/apache/spark/sql/comet/execution/arrow/CometArrowStreamSuite.scala
@@ -113,7 +113,8 @@ class CometArrowStreamSuite extends AnyFunSuite with Matchers {
113
}
114
115
116
- test("reconcileStreamSchema preserves nullability when expected is nullable but actual is not") {
+ test(
117
+ "reconcileStreamSchema preserves nullability when expected is nullable but actual is not") {
118
val allocator = new RootAllocator(Integer.MAX_VALUE)
119
try {
120
// Spark catalyst declares the column nullable; the first batch happens to come from a
0 commit comments