Skip to content
Snippets Groups Projects
  • Lorenz Boguhn's avatar
    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
    70492a50
    History
    Add uc4-beam-flink
    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