aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-1613-21/+33
* [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during...Dongjoon Hyun2016-03-164-2/+7
* [SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data so...hyukjinkwon2016-03-154-22/+42
* [SPARK-13917] [SQL] generate broadcast semi joinDavies Liu2016-03-1511-139/+124
* [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegenYucai Yu2016-03-151-1/+0
* [SPARK-13918][SQL] Merge SortMergeJoin and SortMergerOuterJoinDavies Liu2016-03-159-535/+467
* [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String]Reynold Xin2016-03-153-12/+16
* [SPARK-13896][SQL][STRING] Dataset.toJSON should return DatasetStavros Kontopoulos2016-03-153-8/+10
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-1527-99/+105
* [SPARK-13660][SQL][TESTS] ContinuousQuerySuite floods the logs with garbageXin Ren2016-03-151-2/+2
* [SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and El...gatorsmile2016-03-154-14/+26
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-1428-95/+95
* [SPARK-13870][SQL] Add scalastyle escaping correctly in CVSSuite.scalaDongjoon Hyun2016-03-141-1/+3
* [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlanReynold Xin2016-03-146-46/+49
* [SPARK-13353][SQL] fast serialization for collecting DataFrame/DatasetDavies Liu2016-03-144-6/+74
* [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-145-173/+357
* [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.localReynold Xin2016-03-1430-2060/+0
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-1421-85/+804
* [SPARK-13626][CORE] Avoid duplicate config deprecation warnings.Marcelo Vanzin2016-03-145-8/+21
* [SPARK-13658][SQL] BooleanSimplification rule is slow with large boolean expr...Liang-Chi Hsieh2016-03-142-29/+27
* [SPARK-13139][SQL] Follow-ups to #11573Andrew Or2016-03-144-68/+94
* [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files.Yin Huai2016-03-142-9/+44
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-1439-44/+44
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-1329-61/+102
* [SQL] fix typo in DataSourceRegisterJacky Li2016-03-131-1/+1
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-133-39/+22
* [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from Qu...Cheng Lian2016-03-122-2/+13
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-1211-62/+109
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-118-36/+1318
* [SPARK-13780][SQL] Add missing dependency to build.Marcelo Vanzin2016-03-111-0/+4
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-1121-57/+55
* [HOT-FIX] fix compileWenchen Fan2016-03-111-2/+2
* [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functionsWenchen Fan2016-03-116-39/+236
* [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate ...gatorsmile2016-03-117-27/+94
* [SPARK-13789] Infer additional constraints from attribute equalitySameer Agarwal2016-03-102-0/+35
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1033-1127/+693
* [SPARK-13751] [SQL] generate better code for FilterDavies Liu2016-03-103-14/+57
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-1011-14/+14
* [SQL][TEST] Increased timeouts to reduce flakiness in ContinuousQueryManagerS...Tathagata Das2016-03-101-15/+15
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-103-3/+14
* [SPARK-13759][SQL] Add IsNotNull constraints for expressions with an inequalitySameer Agarwal2016-03-104-6/+26
* [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-092-15/+15
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-099-11/+29
* Revert "[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType"Yin Huai2016-03-091-1/+1
* [SPARK-13760][SQL] Fix BigDecimal constructor for FloatTypeSameer Agarwal2016-03-091-1/+1
* [SPARK-13747][SQL] Fix concurrent query with fork-join poolAndrew Or2016-03-091-0/+14