aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16922] [SPARK-17211] [SQL] make the address of values portable in Long...Davies Liu2016-09-062-8/+75
* [SPARK-17374][SQL] Better error messages when parsing JSON using DataFrameReaderSean Zhong2016-09-062-2/+66
* [SPARK-17356][SQL] Fix out of memory issue when generating JSON for TreeNodeSean Zhong2016-09-061-1/+9
* [SPARK-17361][SQL] file-based external table without path should not be createdWenchen Fan2016-09-067-41/+45
* [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelinesYadong Qi2016-09-063-7/+6
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-059-43/+94
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-054-39/+22
* [SPARK-17393][SQL] Error Handling when CTAS Against the Same Data Source Tabl...gatorsmile2016-09-051-26/+19
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-041-2/+1
* [SPARK-17335][SQL] Fix ArrayType and MapType CatalogString.Herman van Hovell2016-09-031-75/+99
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-0320-62/+288
* [SPARK-16334] Reusing same dictionary column for decoding consecutive row gro...Sameer Agarwal2016-09-021-16/+38
* [SPARK-17230] [SQL] Should not pass optimized query into QueryExecution in Da...Davies Liu2016-09-026-5/+24
* [SPARK-17351] Refactor JDBCRDD to expose ResultSet -> Seq[Row] utility methodsJosh Rosen2016-09-023-309/+335
* [SPARK-16984][SQL] don't try whole dataset immediately when first partition d...Robert Kruszewski2016-09-022-15/+23
* [SQL][DOC][MINOR] Add (Scala-specific) and (Java-specific)Jacek Laskowski2016-09-021-0/+8
* [SPARK-16302][SQL] Set the right number of partitions for reading data from a...Lianhui Wang2016-09-011-1/+4
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-016-112/+319
* [SPARK-17355] Workaround for HIVE-14684 / HiveResultSetMetaData.isSigned exce...Josh Rosen2016-09-011-1/+10
* [SPARK-16461][SQL] Support partition batch pruning with `<=>` predicate in In...hyukjinkwon2016-09-012-0/+7
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-011-1/+1
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-012-5/+44
* [SPARK-17257][SQL] the physical plan of CREATE TABLE or CTAS should take Cata...Wenchen Fan2016-09-014-101/+75
* [SPARK-17353][SPARK-16943][SPARK-16942][SQL] Fix multiple bugs in CREATE TABL...gatorsmile2016-09-011-12/+45
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-011-0/+226
* revert PR#10896 and PR#14865Wenchen Fan2016-09-018-277/+223
* [SPARK-17180][SPARK-17309][SPARK-17323][SQL] create AlterViewAsCommand to han...Wenchen Fan2016-08-312-57/+83
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-304-4/+4
* [SPARK-17264][SQL] DataStreamWriter should document that it only supports Par...Sean Owen2016-08-301-1/+1
* [SPARK-17289][SQL] Fix a bug to satisfy sort requirements in partial aggregat...Takeshi YAMAMURO2016-08-302-2/+23
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-293-29/+150
* [SPARK-17271][SQL] Planner adds un-necessary Sort even if child ordering is s...Tejas Patil2016-08-282-2/+49
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-272-0/+8
* [SPARK-17235][SQL] Support purging of old logs in MetadataLogpetermaxlee2016-08-263-4/+43
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-262-1/+29
* [SPARK-17165][SQL] FileStreamSource should not track the list of seen files i...petermaxlee2016-08-265-36/+285
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-262-22/+20
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-263-8/+26
* [SPARK-17187][SQL] Supports using arbitrary Java object as internal aggregati...Sean Zhong2016-08-252-0/+315
* [SPARK-17229][SQL] PostgresDialect shouldn't widen float and short types duri...Josh Rosen2016-08-252-1/+10
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-253-0/+116
* [SPARK-12978][SQL] Skip unnecessary final group-by when input data already cl...Takeshi YAMAMURO2016-08-258-224/+257
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-241-10/+0
* [SPARK-17190][SQL] Removal of HiveSharedStategatorsmile2016-08-252-15/+46
* [SPARK-16216][SQL] Read/write timestamps and dates in ISO 8601 and dateFormat...hyukjinkwon2016-08-2415-70/+384
* [SPARK-17186][SQL] remove catalog table type INDEXWenchen Fan2016-08-231-5/+3
* [SPARK-13286] [SQL] add the next expression of SQLException as causeDavies Liu2016-08-231-2/+13
* [SPARK-17199] Use CatalystConf.resolver for case-sensitivity comparisonJacek Laskowski2016-08-233-20/+4
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-232-375/+1
* [SPARK-17144][SQL] Removal of useless CreateHiveTableAsSelectLogicalPlangatorsmile2016-08-231-18/+1