Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
table.groupBy("a").select("e")
does not throw any exception.
Fabian looked at the implementation of GroupedTable.select() and it looks incorrect. It does not group but just add a selection. Either we should reject the select or select the value an arbitrary row of the group.