Skip to content
Snippets Groups Projects
  1. Dec 17, 2021
  2. Dec 15, 2021
  3. Dec 09, 2021
  4. Dec 07, 2021
  5. Dec 05, 2021
  6. Dec 03, 2021
  7. Dec 02, 2021
  8. Dec 01, 2021
  9. Nov 30, 2021
  10. Nov 28, 2021
  11. Nov 25, 2021
  12. Nov 24, 2021
    • Lorenz Boguhn's avatar
      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
Loading