aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2015-11-20 15:36:30 -0800
committerMichael Armbrust <michael@databricks.com>2015-11-20 15:36:30 -0800
commit968acf3bd9a502fcad15df3e53e359695ae702cc (patch)
tree186858602964d9dc672f6d4e8709fb6addd90ef4 /mllib
parent58b4e4f88a330135c4cec04a30d24ef91bc61d91 (diff)
downloadspark-968acf3bd9a502fcad15df3e53e359695ae702cc.tar.gz
spark-968acf3bd9a502fcad15df3e53e359695ae702cc.tar.bz2
spark-968acf3bd9a502fcad15df3e53e359695ae702cc.zip
[SPARK-11889][SQL] Fix type inference for GroupedDataset.agg in REPL
In this PR I delete a method that breaks type inference for aggregators (only in the REPL) The error when this method is present is: ``` <console>:38: error: missing parameter type for expanded function ((x$2) => x$2._2) ds.groupBy(_._1).agg(sum(_._2), sum(_._3)).collect() ``` Author: Michael Armbrust <michael@databricks.com> Closes #9870 from marmbrus/dataset-repl-agg.
Diffstat (limited to 'mllib')
0 files changed, 0 insertions, 0 deletions