aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20430][SQL] Initialise RangeExec parameters in a driver sideTakeshi Yamamuro2017-04-221-5/+5
* [SPARK-20281][SQL] Print the identical Range parameters of SparkContext APIs ...Takeshi Yamamuro2017-04-201-1/+2
* [SPARK-20398][SQL] range() operator should include cancellation reason when k...Eric Liang2017-04-191-3/+1
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-101-7/+3
* [SPARK-20134][SQL] SQLMetrics.postDriverMetricUpdates to simplify driver side...Reynold Xin2017-03-291-7/+1
* [SPARK-19786][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-101-7/+20
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-4/+8
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-1/+9
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-091-2/+10
* [SPARK-19447] Fixing input metrics for range operator.Ala Luszczak2017-02-071-22/+60
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-131-1/+1
* [SPARK-17981][SPARK-17957][SQL] Fix Incorrect Nullability Setting to False in...gatorsmile2016-11-031-1/+7
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-021-3/+5
* [SPARK-13747][SQL] Fix concurrent executions in ForkJoinPool for SQLShixiong Zhu2016-10-261-1/+1
* [SPARK-18038][SQL] Move output partitioning definition from UnaryNodeExec to ...Tejas Patil2016-10-231-0/+8
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-271-0/+1
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-221-1/+1
* [SPARK-16958] [SQL] Reuse subqueries within the same queryDavies Liu2016-08-111-4/+59
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-091-3/+3
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-261-3/+3
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-221-14/+12
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-291-12/+0
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-281-3/+3
* [SPARK-14872][SQL] Restructure command packageReynold Xin2016-04-231-0/+530