Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1133

Type extractor cannot determine type of function

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.0-incubating
    • 0.7.0-incubating
    • None
    • None

    Description

      This function fails in the type extractor.

      public static final class DuplicateValue<T> implements MapFunction<Tuple1<T>, Tuple2<T, T>> {
      		
      	@Override
      	public Tuple2<T, T> map(Tuple1<T> vertex) {
      		return new Tuple2<T, T>(vertex.f0, vertex.f0);
      	}
      }
      

      Attachments

        Activity

          People

            twalthr Timo Walther
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: