spark git commit: [SPARK-11889][SQL] Fix type inference for GroupedDataset.agg in REPL

2015-11-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 58b4e4f88 -> 968acf3bd [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: ``` :38:

spark git commit: [SPARK-11889][SQL] Fix type inference for GroupedDataset.agg in REPL

2015-11-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.6 7437a7f5b -> 7e06d51d5 [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: ``` :38: