aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13381][SQL] Support for loading CSV with a single function callhyukjinkwon2016-02-213-3/+23
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-212-1/+22
* [SPARK-13271][SQL] Better error message if 'path' is not specifiedShixiong Zhu2016-02-212-5/+12
* [SPARK-13405][STREAMING][TESTS] Make sure no messages leak to the next testShixiong Zhu2016-02-211-0/+2
* [SPARK-13137][SQL] NullPoingException in schema inference for CSV when the fi...hyukjinkwon2016-02-213-8/+8
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-2124-426/+587
* [SPARK-13306][SQL] Addendum to uncorrelated scalar subqueryReynold Xin2016-02-213-54/+58
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-213-4/+4
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-219-20/+28
* [SPARK-13306] [SQL] uncorrelated scalar subqueryDavies Liu2016-02-207-8/+228
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-192-60/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-192-0/+60
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-192-1/+49
* [SPARK-13261][SQL] Expose maxCharactersPerColumn as a user configurable optionHossein2016-02-191-2/+15
* [SPARK-12966][SQL] ArrayType(DecimalType) support in Postgres JDBCBrandon Bradley2016-02-193-8/+19
* [SPARK-13380][SQL][DOCUMENT] Document Rand(seed) and Randn(seed) Return Indet...gatorsmile2016-02-181-0/+4
* [SPARK-13237] [SQL] generated broadcast outer joinDavies Liu2016-02-1812-371/+448
* [SPARK-13109][BUILD] Fix SBT publishLocal issuejerryshao2016-02-172-0/+2
* [SPARK-13357][SQL] Use generated projection and ordering for TakeOrderedAndPr...Takuya UESHIN2016-02-171-3/+4
* [SPARK-12976][SQL] Add LazilyGenerateOrdering and use it for RangePartitioner...Takuya UESHIN2016-02-162-8/+5
* [SPARK-13221] [SQL] Fixing GroupingSets when Aggregate Functions Containing G...gatorsmile2016-02-151-0/+34
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-141-4/+4
* [SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.Reynold Xin2016-02-1311-211/+308
* [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-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-13270][SQL] Remove extra new lines in whole stage codegen and include ...Nong Li2016-02-101-2/+6
* [SPARK-13234] [SQL] remove duplicated SQL metricsDavies Liu2016-02-1023-207/+71
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-103-0/+140
* [SPARK-13205][SQL] SQL Generation Support for Self Joingatorsmile2016-02-111-1/+5
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-111-4/+12
* [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-105-43/+158
* [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-096-50/+85
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-0815-89/+547
* [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-082-6/+2
* [SPARK-8964] [SQL] Use Exchange to perform shuffle in LimitJosh Rosen2016-02-087-160/+212
* [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-052-2/+2
* [SPARK-13215] [SQL] remove fallback in codegenDavies Liu2016-02-053-66/+8
* [SPARK-12939][SQL] migrate encoder resolution logic to AnalyzerWenchen Fan2016-02-055-25/+85
* [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