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 f0ee986 commit d329e8dCopy full SHA for d329e8d
integration-tests/src/test/scala/org/apache/spark/sql/arangodb/datasource/write/AbortTest.scala
@@ -153,7 +153,7 @@ class AbortTest extends BaseSparkTest {
153
ArangoDBConf.PROTOCOL -> protocol,
154
ArangoDBConf.CONTENT_TYPE -> contentType,
155
ArangoDBConf.OVERWRITE_MODE -> OverwriteMode.replace.getValue,
156
- ArangoDBConf.BATCH_SIZE -> "9"
+ ArangoDBConf.BATCH_SIZE -> "1"
157
))
158
.save()
159
})
0 commit comments