Export - CSV (All fields)
Export - CSV (Current fields)
- SPARK-12024
Improved multi-column counting - SPARK-11850
Spark StdDev/Variance defaults are incompatible with Hive - SPARK-11840
Restore the 1.5's behavior of planning a single distinct aggregation. - SPARK-11490
variance should alias var_samp instead of var_pop - SPARK-11451
Support single distinct count on multiple columns - SPARK-11053
Remove use of KVIterator in SortBasedAggregationIterator - SPARK-11028
When planning queries without partial aggregation support, we should try to use TungstenAggregate. - SPARK-11027
Better group distinct columns in query compilation - SPARK-11017
Support ImperativeAggregates in TungstenAggregate - SPARK-10992
Partial Aggregation Support for Hive UDAF - SPARK-10988
Reduce duplication in Aggregate2's expression rewriting logic - SPARK-10941
.Refactor AggregateFunction2 and AlgebraicAggregate interfaces to improve code clarity - SPARK-10765
use new aggregate interface for hive UDAF - SPARK-10429
MutableProjection should evaluate all expressions first and then update the mutable row - SPARK-10167
We need to explicitly use transformDown when rewrite aggregation results - SPARK-10100
Eliminate hash table lookup if there is no grouping key in aggregation. - SPARK-9920
The simpleString of TungstenAggregate does not show its output - SPARK-9830
Remove AggregateExpression1 and Aggregate Operator used to evaluate AggregateExpression1s - SPARK-9753
TungstenAggregate should also accept InternalRow instead of just UnsafeRow - SPARK-9741
approx count distinct function - SPARK-9740
first/last aggregate NULL behavior - SPARK-9664
Use sqlContext.udf to register UDAFs. - SPARK-9630
Cleanup Hybrid Aggregate Operator. - SPARK-9422
Remove the placeholder attributes used in the aggregation buffers - SPARK-9361
Refactor new aggregation code to reduce the times of checking compatibility - SPARK-9349
UDAF cleanup for 1.5 - SPARK-9301
collect_set and collect_list aggregate functions - SPARK-9300
histogram_numeric aggregate function - SPARK-9299
percentile and percentile_approx aggregate functions - SPARK-9298
corr aggregate functions - SPARK-9297
covar_pop and covar_samp aggregate functions - SPARK-9296
variance, var_pop, and var_samp aggregate functions - SPARK-9294
cleanup comments, code style, naming typo for the new aggregation - SPARK-9257
Fix the false negative of Aggregate2Sort and FinalAndCompleteAggregate2Sort's missingInput - SPARK-9242
Audit both built-in aggregate function and UDAF interface before 1.5.0 release - SPARK-9241
Supporting multiple DISTINCT columns - SPARK-9240
Hybrid aggregate operator using unsafe row - SPARK-9239
HiveUDAF support for AggregateFunction2 - SPARK-6548
stddev_pop and stddev_samp aggregate functions - SPARK-4367
Partial aggregation support the DISTINCT aggregation - SPARK-4243
Spark SQL SELECT COUNT DISTINCT optimization - SPARK-4233
Simplify the Aggregation Function implementation - SPARK-3947
Support Scala/Java UDAF - SPARK-3056
Sort-based Aggregation
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0