1. 11 11月, 2015 2 次提交
  2. 10 11月, 2015 6 次提交
  3. 09 11月, 2015 4 次提交
  4. 07 11月, 2015 2 次提交
  5. 06 11月, 2015 5 次提交
  6. 05 11月, 2015 2 次提交
    • M
      [release][scripts] fix typo in release script · 9f301088
      Maximilian Michels 提交于
      9f301088
    • T
      [FLINK-2968] [streaming] Let AbstractUdfStreamOperator forward output type... · 59685903
      Till Rohrmann 提交于
      [FLINK-2968] [streaming] Let AbstractUdfStreamOperator forward output type information to WindowFunction
      
      The fold operation needs the output type information to serialize the
      initial value of it. Therefore, the OutputTypeConfigurable interface was
      defined. It is called by the StreamGraph upon adding a StreamOperator to
      the StreamGraph. Since some stream operators, such as the window stream
      operator, don't work directly on the data, but instead call a
      WindowFunction for the actual logic, the output type information has to
      be forwarded to this function to set output type information at the
      right place.
      
      Thus, the AbstractUdfStreamOperator checks whether its udf function
      supports the OutputTypeConfigurable interface. If this is the case, then
      it forwards the output type information to the udf.
      
      This closes #1328.
      59685903
  7. 04 11月, 2015 5 次提交
  8. 03 11月, 2015 11 次提交
  9. 02 11月, 2015 3 次提交