aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String]Reynold Xin2016-03-151-4/+8
* [SPARK-13896][SQL][STRING] Dataset.toJSON should return DatasetStavros Kontopoulos2016-03-151-2/+4
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-159-33/+35
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-1416-66/+64
* [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlanReynold Xin2016-03-144-12/+12
* [SPARK-13353][SQL] fast serialization for collecting DataFrame/DatasetDavies Liu2016-03-142-5/+46
* [SPARK-13661][SQL] avoid the copy in HashedRelationDavies Liu2016-03-142-4/+9
* [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and rem...Reynold Xin2016-03-152-21/+2
* [SPARK-13791][SQL] Add MetadataLog and HDFSMetadataLogShixiong Zhu2016-03-143-116/+253
* [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.localReynold Xin2016-03-1417-1172/+0
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-1414-76/+417
* [SPARK-13139][SQL] Follow-ups to #11573Andrew Or2016-03-143-63/+89
* [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files.Yin Huai2016-03-141-9/+21
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-1410-11/+11
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-134-7/+8
* [SQL] fix typo in DataSourceRegisterJacky Li2016-03-131-1/+1
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-131-18/+0
* [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from Qu...Cheng Lian2016-03-121-1/+3
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-125-47/+94
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-114-19/+753
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-1115-50/+48
* [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate ...gatorsmile2016-03-112-6/+5
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1015-901/+463
* [SPARK-13751] [SQL] generate better code for FilterDavies Liu2016-03-103-14/+57
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-104-4/+4
* [SPARK-13636] [SQL] Directly consume UnsafeRow in wholestage codegen plansLiang-Chi Hsieh2016-03-108-23/+43
* [MINOR][SQL] Replace DataFrameWriter.stream() with startStream() in comments.Dongjoon Hyun2016-03-091-3/+3
* [SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream()Reynold Xin2016-03-091-4/+4
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-094-3/+6
* [SPARK-13527][SQL] Prune Filters based on Constraintsgatorsmile2016-03-091-1/+1
* [SPARK-13523] [SQL] Reuse exchanges in a queryDavies Liu2016-03-0910-28/+179
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-091-24/+13
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-091-0/+1
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-081-2/+20
* [SPARK-13754] Keep old data source name for backwards compatibilityHossein2016-03-081-1/+2
* [SPARK-13750][SQL] fix sizeInBytes of HadoopFsRelationDavies Liu2016-03-081-0/+2
* [SPARK-13755] Escape quotes in SQL plan visualization node labelsJosh Rosen2016-03-081-7/+7
* [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull ...Sameer Agarwal2016-03-081-13/+24
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-087-147/+145
* [SPARK-13404] [SQL] Create variables for input row when it's actually usedDavies Liu2016-03-077-152/+218
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-071-1/+3
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-0719-1455/+1077
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-071-0/+9
* [SPARK-13694][SQL] QueryPlan.expressions should always include all expressionsWenchen Fan2016-03-071-1/+1
* [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch...Nong Li2016-03-043-15/+132
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-046-6/+9
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-034-108/+101
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-039-8/+15
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-1/+1
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-033-10/+47