Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"https://github.com/apache/beam/pull/35213": "Eliminating getPane() in favor of getPaneInfo()",
"https://github.com/apache/beam/pull/35177": "Introducing WindowedValueReceiver to runners",
"comment": "Modify this file in a trivial way to cause this test suite to run",
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test",
"https://github.com/apache/beam/pull/31798": "noting that PR #31798 should run this test",
Expand Down
2 changes: 1 addition & 1 deletion runners/spark/spark_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ tasks.register("validatesStructuredStreamingRunnerBatch", Test) {
systemProperties sparkTestProperties(["--runner":"SparkStructuredStreamingRunner", "--testMode":"true"])
// Register various other classes used in tests
systemProperty 'spark.kryo.classesToRegister',
'org.apache.beam.sdk.transforms.ViewTest$NonDeterministicStringCoder,' +
'org.apache.beam.sdk.transforms.MapViewTest$NonDeterministicStringCoder,' +
'org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.RegularImmutableList'
jvmArgs += sparkTestJvmArgs()
jvmArgs '-Xmx7g' // Increase memory heap in order to avoid OOM errors
Expand Down
Loading