aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-197-62/+19
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-199-19/+19
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer arrayAndrew Or2015-09-182-3/+54
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-182-34/+52
* [SPARK-10449] [SQL] Don't merge decimal types with incompatable precision or ...Holden Karau2015-09-181-4/+13
* [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Ex...Yijie Shen2015-09-183-30/+39
* [SPARK-10540] Fixes flaky all-data-type testCheng Lian2015-09-181-66/+43
* [SPARK-10451] [SQL] Prevent unnecessary serializations in InMemoryColumnarTab...Yash Datta2015-09-181-14/+21
* [SPARK-10684] [SQL] StructType.interpretedOrdering need not to be serializednavis.ryu2015-09-181-1/+3
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-171-0/+6
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-176-12/+188
* [SPARK-10459] [SQL] Do not need to have ConvertToSafe for PythonUDFLiang-Chi Hsieh2015-09-171-0/+4
* Tiny style fix for d39f15ea2b8bed5342d2f8e3c1936f915c470783.Reynold Xin2015-09-161-1/+1
* [SPARK-9794] [SQL] Fix datetime parsing in SparkSQL.Kevin Cox2015-09-162-17/+42
* [SPARK-10050] [SPARKR] Support collecting data of MapType in DataFrame.Sun Rui2015-09-161-0/+6
* [SPARK-9078] [SQL] Allow jdbc dialects to override the query used to check th...sureshthalamati2015-09-154-4/+41
* [SPARK-10613] [SPARK-10624] [SQL] Reduce LocalNode tests dependency on SQLCon...Andrew Or2015-09-1517-636/+468
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-153-5/+4
* [SPARK-10612] [SQL] Add prepare to LocalNode.Reynold Xin2015-09-151-0/+8
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-151-0/+101
* [SPARK-10475] [SQL] improve column prunning for Project on SortWenchen Fan2015-09-152-4/+26
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-152-4/+30
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-155-30/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-155-10/+30
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-154-4/+4
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-141-0/+0
* [SPARK-9996] [SPARK-9997] [SQL] Add local expand and NestedLoopJoin operatorszsxwing2015-09-147-15/+574
* [SPARK-6981] [SQL] Factor out SparkPlanner and QueryExecution from SQLContextEdoardo Vacchi2015-09-146-128/+195
* [SPARK-10522] [SQL] Nanoseconds of Timestamp in Parquet should be positiveDavies Liu2015-09-142-14/+15
* [SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.versio...Kousuke Saruta2015-09-141-4/+7
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-142-3/+15
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-127-11/+31
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-1214-45/+555
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-127-58/+64
* [SPARK-9990] [SQL] Local hash join follow-upsAndrew Or2015-09-114-5/+125
* [SPARK-9992] [SPARK-9994] [SPARK-9998] [SQL] Implement the local TopK, sample...zsxwing2015-09-118-1/+353
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer rule....Yash Datta2015-09-111-4/+4
* [SPARK-10442] [SQL] fix string to boolean castWenchen Fan2015-09-114-24/+82
* [SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it...Yin Huai2015-09-111-1/+1
* [SPARK-10472] [SQL] Fixes DataType.typeName for UDTCheng Lian2015-09-112-1/+9
* [SPARK-10443] [SQL] Refactor SortMergeOuterJoin to reduce duplicationAndrew Or2015-09-101-61/+77
* [SPARK-10049] [SPARKR] Support collecting data of ArraryType in DataFrame.Sun Rui2015-09-101-4/+10
* [SPARK-9990] [SQL] Create local hash join operatorzsxwing2015-09-1016-24/+455
* [SPARK-10466] [SQL] UnsafeRow SerDe exception with data spillCheng Hao2015-09-102-5/+61
* [SPARK-10301] [SPARK-10428] [SQL] Addresses comments of PR #8583 and #8509 fo...Cheng Lian2015-09-104-45/+522
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer ruleYash Datta2015-09-102-0/+25
* [SPARK-10065] [SQL] avoid the extra copy when generate unsafe arrayWenchen Fan2015-09-101-60/+24
* [SPARK-9730] [SQL] Add Full Outer Join support for SortMergeJoinLiang-Chi Hsieh2015-09-094-34/+248
* [SPARK-10461] [SQL] make sure `input.primitive` is always variable name not c...Wenchen Fan2015-09-095-67/+75
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-097-18/+18