aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-146-9/+294
* [SPARK-13185][SQL] Reuse Calendar object in DateTimeUtils.StringToDate method...Carson Wang2016-02-141-1/+9
* [SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.Reynold Xin2016-02-1312-212/+309
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-133-4/+6
* [SPARK-13293][SQL] generate ExpandDavies Liu2016-02-122-1/+140
* [SPARK-13260][SQL] count(*) does not work with CSV data sourcehyukjinkwon2016-02-122-45/+41
* [SPARK-13282][SQL] LogicalPlan toSql should just return a StringReynold Xin2016-02-126-156/+141
* [SPARK-12705] [SQL] push missing attributes for SortDavies Liu2016-02-123-83/+67
* [SPARK-12915][SQL] add SQL metrics of numOutputRows for whole stage codegenDavies Liu2016-02-119-31/+71
* [SPARK-12982][SQL] Add table name validation in temp table registrationjayadevanmurali2016-02-112-1/+13
* [SPARK-13277][SQL] ANTLR ignores other rule using the USING keywordLiang-Chi Hsieh2016-02-111-1/+1
* [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.templateSasaki Toru2016-02-111-1/+1
* [SPARK-13270][SQL] Remove extra new lines in whole stage codegen and include ...Nong Li2016-02-102-2/+20
* [SPARK-13235][SQL] Removed an Extra Distinct from the Plan when Using Union i...gatorsmile2016-02-112-29/+32
* [SPARK-13276] Catch bad characters at the end of a Table Identifier/Expressio...Herman van Hovell2016-02-113-4/+17
* [SPARK-13234] [SQL] remove duplicated SQL metricsDavies Liu2016-02-1024-208/+80
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-1015-52/+254
* [SPARK-13205][SQL] SQL Generation Support for Self Joingatorsmile2016-02-113-2/+22
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-119-36/+78
* [SPARK-13274] Fix Aggregator Links on GroupedDataset Scala APIraela2016-02-101-4/+8
* [SPARK-13146][SQL] Management API for continuous queriesTathagata Das2016-02-1017-109/+1680
* [SPARK-13057][SQL] Add benchmark codes and the performance results for implem...Takeshi YAMAMURO2016-02-101-0/+240
* [HOTFIX] Fix Scala 2.10 build break in TakeOrderedAndProjectSuite.Josh Rosen2016-02-101-2/+2
* [SPARK-13254][SQL] Fix planning of TakeOrderedAndProject operatorJosh Rosen2016-02-106-44/+159
* [SPARK-11565] Replace deprecated DigestUtils.shaHex callGábor Lipták2016-02-102-2/+6
* [SPARK-13149][SQL] Add FileStreamSourceShixiong Zhu2016-02-096-7/+710
* [SPARK-12476][SQL] Implement JdbcRelation#unhandledFilters for removing unnec...Takeshi YAMAMURO2016-02-103-21/+56
* [SPARK-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-097-51/+85
* [SPARK-12888] [SQL] [FOLLOW-UP] benchmark the new hash expressionWenchen Fan2016-02-091-7/+33
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-0816-90/+549
* [SPARK-13095] [SQL] improve performance for broadcast join with dimension tableDavies Liu2016-02-088-69/+438
* [SPARK-13101][SQL] nullability of array type element should not fail analysis...Wenchen Fan2016-02-087-104/+64
* [SPARK-8964] [SQL] Use Exchange to perform shuffle in LimitJosh Rosen2016-02-088-160/+223
* [SPARK-5865][API DOC] Add doc warnings for methods that return local data str...Tommy YU2016-02-061-0/+4
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-054-6/+6
* [SPARK-13215] [SQL] remove fallback in codegenDavies Liu2016-02-053-66/+8
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-0512-104/+230
* [SPARK-13166][SQL] Rename DataStreamReaderWriterSuite to DataFrameReaderWrite...Shixiong Zhu2016-02-051-1/+1
* [SPARK-13187][SQL] Add boolean/long/double options in DataFrameReader/WriterReynold Xin2016-02-043-0/+67
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-042-4/+4
* [SPARK-12850][SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Ta...gatorsmile2016-02-043-10/+245
* [SPARK-13079][SQL] InMemoryCatalog follow-upsAndrew Or2016-02-042-5/+22
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-046-10/+33
* [SPARK-12828][SQL] Natural join follow-upReynold Xin2016-02-033-12/+17
* [SPARK-12828][SQL] add natural join supportDaoyuan Wang2016-02-0311-11/+198
* [SPARK-13079][SQL] Extend and implement InMemoryCatalogAndrew Or2016-02-033-47/+328
* [SPARK-13152][CORE] Fix task metrics deprecation warningHolden Karau2016-02-031-2/+2
* [SPARK-13131] [SQL] Use best and average time in benchmarkDavies Liu2016-02-031-89/+65
* [SPARK-13166][SQL] Remove DataStreamReader/WriterReynold Xin2016-02-038-315/+86
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-034-6/+46