aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-212-3/+1
* Reuses Row object in ExistingRdd.productToRowRdd()Cheng Lian2014-04-181-3/+18
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-1510-101/+343
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-152-0/+50
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-1411-27/+54
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-132-2/+4
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPLwitgo2014-04-101-24/+7
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-092-14/+16
* [SPARK-1402] Added 3 more compression schemesCheng Lian2014-04-0711-179/+586
* [sql] Rename execution/aggregates.scala Aggregate.scala, and added a bunch of...Reynold Xin2014-04-071-9/+9
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-074-10/+10
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-072-2/+3
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-073-149/+136
* Fix for PR #195 for Java 6Sean Owen2014-04-051-1/+1
* [SQL] Minor fixes.Michael Armbrust2014-04-045-18/+34
* [BUILD FIX] Fix compilation of Spark SQL Java API.Michael Armbrust2014-04-031-1/+1
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-036-37/+365
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-031-1/+4
* Spark parquet improvementsAndre Schumacher2014-04-038-114/+335
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-021-0/+56