acrites commented on PR #37631:
URL: https://github.com/apache/beam/pull/37631#issuecomment-4393015986
Several tests are failing with this error, but I don't quite know what it
means yet:
```
java.lang.RuntimeException: unsupported artifact type
beam:artifact:type:deferred:v1
at
org.apache.beam.runners.dataflow.DataflowRunner.stageArtifacts(DataflowRunner.java:1141)
at
org.apache.beam.runners.dataflow.DataflowRunner.run(DataflowRunner.java:1353)
at
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:109)
at
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:101)
at
org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:56)
at org.apache.beam.sdk.Pipeline.run(Pipeline.java:325)
at org.apache.beam.sdk.Pipeline.run(Pipeline.java:310)
at
org.apache.beam.examples.WindowedWordCount.runWindowedWordCount(WindowedWordCount.java:235)
at
org.apache.beam.examples.WindowedWordCountIT.testWindowedWordCountPipeline(WindowedWordCountIT.java:193)
at
org.apache.beam.examples.WindowedWordCountIT.testWindowedWordCountInStreamingStaticSharding(WindowedWordCountIT.java:114)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]