You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/engine/spark/operation/SparkArrowbasedOperationSuite.scala
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -152,20 +152,31 @@ class SparkArrowbasedOperationSuite extends WithSparkSQLEngine with SparkDataTyp
152
152
153
153
test("SparkDatasetHelper.executeArrowBatchCollect should return expect row count") {
154
154
valreturnSize=Seq(
155
+
0, // spark optimizer guaranty the `limit != 0`, it's just for the sanity check
155
156
7, // less than one partition
156
157
10, // equal to one partition
157
158
13, // between one and two partitions, run two jobs
0 commit comments