aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2079] Support batching when serializing SchemaRDD to PythonKan Zhang2014-06-141-7/+2
* [SPARK-2094][SQL] "Exactly once" semantics for DDL and command statementsCheng Lian2014-06-137-80/+86
* [SPARK-2135][SQL] Use planner for in-memory scansMichael Armbrust2014-06-126-26/+63
* HOTFIX: Forgot to remove false change in previous commitPatrick Wendell2014-06-111-1/+0
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-111-0/+1
* [SQL] Code Cleanup: Left Semi Hash JoinDaoyuan2014-06-111-33/+7
* [SPARK-2042] Prevent unnecessary shuffle triggered by take()Sameer Agarwal2014-06-111-3/+9
* [SPARK-1968][SQL] SQL/HiveQL command for caching/uncaching tablesCheng Lian2014-06-114-3/+52
* HOTFIX: clear() configs in SQLConf-related unit tests.Zongheng Yang2014-06-102-0/+3
* [SQL] Add average overflow test case from #978egraldlo2014-06-102-0/+17
* [SPARK-1508][SQL] Add SQLConf to SQLContext.Zongheng Yang2014-06-108-20/+263
* [SPARK-1704][SQL] Fully support EXPLAIN commands as SchemaRDD.Zongheng Yang2014-06-093-0/+49
* [SQL] Simple framework for debugging query executionMichael Armbrust2014-06-093-50/+119
* [SPARK-1495][SQL]add support for left semi joinDaoyuan2014-06-095-1/+156
* [SPARK-1994][SQL] Weird data corruption bug when running Spark SQL on data in...Michael Armbrust2014-06-071-10/+5
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-061-2/+2
* [SPARK-2041][SQL] Correctly analyze queries where columnName == tableName.Michael Armbrust2014-06-052-0/+9
* [SPARK-2036] [SQL] CaseConversionExpression should check if the evaluated val...Takuya UESHIN2014-06-052-0/+22
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* [SPARK-1995][SQL] system function upper and lower can be supportedegraldlo2014-06-021-0/+23
* [SPARK-1958] Calling .collect() on a SchemaRDD should call executeCollect() o...Cheng Lian2014-06-023-2/+8
* [SPARK-1368][SQL] Optimized HiveTableScanCheng Lian2014-05-291-1/+1
* [SPARK-1915] [SQL] AverageFunction should not count if the evaluated value is...Takuya UESHIN2014-05-271-0/+10
* [SPARK-1914] [SQL] Simplify CountFunction not to traverse to evaluate all chi...Takuya UESHIN2014-05-261-0/+5
* [SQL] Minor: Introduce SchemaRDD#aggregate() for simple aggregationsAaron Davidson2014-05-252-2/+24
* SPARK-1822: Some minor cleanup work on SchemaRDD.count()Reynold Xin2014-05-253-6/+6
* [SPARK-1822] SchemaRDD.count() should use query optimizerKan Zhang2014-05-253-4/+16
* [SPARK-1913][SQL] Bug fix: column pruning error in Parquet supportCheng Lian2014-05-243-11/+21
* [SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while f...Takuya UESHIN2014-05-211-1/+18
* SPARK-1487 [SQL] Support record filtering via predicate pushdown in ParquetAndre Schumacher2014-05-165-51/+731
* [SPARK-1845] [SQL] Use AllScalaRegistrar for SparkSqlSerializer to register s...Takuya UESHIN2014-05-154-26/+66
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-132-2/+36
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-131-2/+2
* SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile()Andrew Ash2014-05-121-0/+44
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-0/+12
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-2/+4
* [SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD.Takuya UESHIN2014-05-102-0/+15
* [SQL] Improve SparkSQL AggregatesMichael Armbrust2014-05-082-0/+17
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-072-1/+206
* [SQL] SPARK-1732 - Support for null primitive values.Michael Armbrust2014-05-056-4/+109
* [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression c...Cheng Lian2014-05-0515-24/+103
* Update SchemaRDD.scalaArcherShao2014-05-031-4/+4
* Improved build configurationwitgo2014-04-281-66/+56
* Generalize pattern for planning hash joins.Michael Armbrust2014-04-241-42/+7
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-242-10/+40
* [SQL] Add support for parsing indexing into arrays in SQL.Michael Armbrust2014-04-242-0/+23
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-242-5/+6
* Fix Scala StyleSandeep2014-04-242-4/+8
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2212-14/+83
* [SPARK-1570] Fix classloading in JavaSQLContext.applySchemaKan Zhang2014-04-221-2/+4