Skip to content

Commit

Permalink
[FLINK-3226] implement GroupReduce translation; enable tests for supp…
Browse files Browse the repository at this point in the history
…orted operations

Squashes the following commits:
- Compute average as sum and count for byte, short and int type to avoid rounding errors
- Move aggregation functions to org.apache.flink.table.runtime
- Remove join-related changes
- Change integer average aggregations to maintain sum and count
- Long average uses a BigInteger sum
  • Loading branch information
vasia committed Mar 18, 2016
1 parent b8028db commit 7972426
Show file tree
Hide file tree
Showing 27 changed files with 360 additions and 676 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object TypeConverter {
logicalFieldTypes.head
}
else {
new TupleTypeInfo[Any](logicalFieldTypes.toArray:_*)
new TupleTypeInfo[Tuple](logicalFieldTypes.toArray:_*)
}
}
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7972426

Please sign in to comment.