Skip to content
Snippets Groups Projects

Migrate Beam benchmark implementation

Compare changes
  • Side-by-side
  • Inline
Files
7
  • 70492a50
    Add uc4-beam-flink · 70492a50
    Lorenz Boguhn authored
    Also excption Exception in thread main java.lang.IllegalArgumentException:
     Cannot union streams of different types:
      CoderTypeInformation{coder=WindowedValue$
      FullWindowedValueCoder(KvCoder(NullableCoder(StringUtf8Coder)
      ,org.apache.beam.sdk.coders.AvroCoder@b03f3cea),IntervalWindow)}
      and
      CoderTypeInformation{coder=WindowedValue$
      FullWindowedValueCoder(KvCoder(NullableCoder(StringUtf8Coder)
      ,NullableCoder(org.apache.beam.sdk.coders.AvroCoder@b03f3cea)),IntervalWindow)}
     by just using the raw not NullableCoder
Loading