aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-013-102/+217
* [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-011-0/+5
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-011-1/+1
* [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
* revert PR#10896 and PR#14865Wenchen Fan2016-09-016-206/+202
* [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-301-1/+2
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-292-27/+139
* [SPARK-17271][SQL] Planner adds un-necessary Sort even if child ordering is s...Tejas Patil2016-08-281-1/+10
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-271-0/+1
* [SPARK-17235][SQL] Support purging of old logs in MetadataLogpetermaxlee2016-08-262-0/+20
* [SPARK-17165][SQL] FileStreamSource should not track the list of seen files i...petermaxlee2016-08-263-33/+172
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-261-17/+8
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-262-6/+12
* [SPARK-17187][SQL] Supports using arbitrary Java object as internal aggregati...Sean Zhong2016-08-251-0/+15
* [SPARK-17229][SQL] PostgresDialect shouldn't widen float and short types duri...Josh Rosen2016-08-252-1/+10
* [SPARK-12978][SQL] Skip unnecessary final group-by when input data already cl...Takeshi YAMAMURO2016-08-256-202/+205
* [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-2410-55/+148
* [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-231-246/+1
* [SPARK-17144][SQL] Removal of useless CreateHiveTableAsSelectLogicalPlangatorsmile2016-08-231-18/+1
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-223-3/+5
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-222-4/+4
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-221-2/+0
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-2111-403/+68
* [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and all...petermaxlee2016-08-211-2/+4
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-201-2/+9
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-201-0/+3
* [SPARK-16391][SQL] Support partial aggregation for reduceGroupsReynold Xin2016-08-182-5/+73
* [SPARK-17096][SQL][STREAMING] Improve exception string reported through the S...Tathagata Das2016-08-173-7/+4
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-171-15/+17
* [SPARK-17106] [SQL] Simplify the SubqueryExpression interfaceHerman van Hovell2016-08-172-33/+18
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-163-5/+5
* [SPARK-17084][SQL] Rename ParserUtils.assert to validateHerman van Hovell2016-08-161-3/+2
* [SPARK-16916][SQL] serde/storage properties should not have limitationsWenchen Fan2016-08-152-4/+0
* [SPARK-17065][SQL] Improve the error message when encountering an incompatibl...Shixiong Zhu2016-08-151-39/+52
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-152-83/+18
* [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" ...Sean Owen2016-08-131-4/+7
* [SPARK-16968] Add additional options in jdbc when creating a new tableGraceH2016-08-132-12/+39
* [SPARK-16975][SQL] Column-partition path starting '_' should be handled corre...Dongjoon Hyun2016-08-124-4/+5
* [SPARK-16434][SQL] Avoid per-record type dispatch in JSON when readinghyukjinkwon2016-08-124-213/+289