aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-011-2/+2
* [SQL] remove redundant field "childOutput" from execution.Aggregate, use chil...kai2015-01-301-6/+2
* [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct.Takuya UESHIN2015-01-301-0/+5
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-293-7/+11
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9
* [SQL] DataFrame API improvementsReynold Xin2015-01-296-16/+209
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-291-0/+9
* [SPARK-4786][SQL]: Parquet filter pushdown for castable typesYash Datta2015-01-292-2/+51
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-292-12/+47
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-2916-132/+33
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-295-8/+85
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-2819-274/+295
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-2818-175/+189
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-276-72/+315
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2734-1029/+2425
* [SQL] [Minor] Remove deprecated parquet testsCheng Lian2015-01-213-1289/+212
* Revert "[SPARK-5244] [SQL] add coalesce() in sql parser"Josh Rosen2015-01-211-9/+0
* [SPARK-5009] [SQL] Long keyword support in SQL ParsersCheng Hao2015-01-213-38/+18
* [SPARK-5244] [SQL] add coalesce() in sql parserDaoyuan Wang2015-01-211-0/+9
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-2023-628/+616
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-201-11/+55
* [SQL] fix typo in class descriptionJacky Li2015-01-181-3/+3
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-1811-47/+70
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-1611-1207/+41
* [SPARK-5274][SQL] Reconcile Java and Scala UDFRegistration.Reynold Xin2015-01-155-69/+665
* [SPARK-5193][SQL] Tighten up SQLContext APIReynold Xin2015-01-148-278/+149
* [SPARK-5235] Make SQLConf SerializableAlex Baretta2015-01-141-1/+1
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-141-4/+1
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-145-5/+2
* [SPARK-5167][SQL] Move Row into sql package and make it usable for Java.Reynold Xin2015-01-142-84/+1
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-1383-2206/+226
* [SPARK-5168] Make SQLConf a field rather than mixin in SQLContextReynold Xin2015-01-1326-67/+96
* [SPARK-4912][SQL] Persistent tables for the Spark SQL data sources apiYin Huai2015-01-136-24/+94
* [SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScanMichael Armbrust2015-01-122-18/+29
* [SPARK-5029][SQL] Enable from follow multiple bracketsscwf2015-01-101-0/+17
* SPARK-4963 [SQL] Add copy to SQL's Sample operatorYanbo Liang2015-01-101-1/+1
* [SPARK-4861][SQL] Refactory command in spark sqlscwf2015-01-104-21/+101
* [SPARK-4574][SQL] Adding support for defining schema in foreign DDL commands.scwf2015-01-104-23/+371
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-103-7/+7
* [SPARK-5141][SQL]CaseInsensitiveMap throws java.io.NotSerializableExceptionluogankun2015-01-091-1/+2
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-081-2/+0
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-11/+0
* [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute ...Reynold Xin2015-01-051-0/+12
* [SPARK-5038][SQL] Add explicit return type for implicit functions in Spark SQLReynold Xin2014-12-311-1/+1
* [SPARK-4570][SQL]add BroadcastLeftSemiJoinHashwangxiaojing2014-12-303-0/+111
* [SPARK-4386] Improve performance when writing Parquet filesMichael Davies2014-12-301-2/+2
* [SPARK-4937][SQL] Normalizes conjunctions and disjunctions to eliminate commo...Cheng Lian2014-12-301-3/+7
* [SPARK-4493][SQL] Tests for IsNull / IsNotNull in the ParquetFilterSuiteCheng Lian2014-12-301-10/+50
* [Spark-4512] [SQL] Unresolved Attribute Exception in Sort ByCheng Hao2014-12-304-15/+22
* [SPARK-5002][SQL] Using ascending by default when not specify order in order bywangfei2014-12-301-0/+7