aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-245-5/+17
* [SPARK-4860][pyspark][sql] speeding up `sample()` and `takeSample()`jbencook2014-12-232-0/+21
* [SPARK-4861][SQL] Refactory command in spark sqlwangfei2014-12-183-58/+42
* [SPARK-3928][SQL] Support wildcard matches on Parquet files.Thu Kyaw2014-12-185-6/+76
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-182-0/+81
* [SPARK-4856] [SQL] NullType instead of StringType when sampling against empty...Cheng Hao2014-12-173-1/+29
* [HOTFIX][SQL] Fix parquet filter suiteMichael Armbrust2014-12-171-12/+12
* [SPARK-4493][SQL] Don't pushdown Eq, NotEq, Lt, LtEq, Gt and GtEq predicates ...Cheng Lian2014-12-172-23/+174
* [SPARK-4625] [SQL] Add sort by for DSL & SimpleSqlParserCheng Hao2014-12-173-0/+38
* [SPARK-4618][SQL] Make foreign DDL commands options case-insensitivescwf2014-12-163-5/+26
* [SPARK-4866] support StructType as key in MapTypeDavies Liu2014-12-161-1/+1
* [SPARK-4375] [SQL] Add 0 argument support for udfCheng Hao2014-12-162-6/+15
* [SPARK-4798][SQL] A new set of Parquet testing API and test suitesCheng Lian2014-12-166-0/+945
* [SPARK-4269][SQL] make wait time configurable in BroadcastHashJoinJacky Li2014-12-162-1/+17
* [SPARK-4483][SQL]Optimization about reduce memory costs during the HashOuterJointianyi2014-12-161-64/+64
* [SPARK-4527][SQl]Add BroadcastNestedLoopJoin operator selection testsuitewangxiaojing2014-12-161-2/+7
* [SPARK-4812][SQL] Fix the initialization issue of 'codegenEnabled'zsxwing2014-12-162-3/+1
* [SPARK-4847][SQL]Fix "extraStrategies cannot take effect in SQLContext" issuejerryshao2014-12-161-1/+1
* [SPARK-4742][SQL] The name of Parquet File generated by AppendingParquetOutpu...Sasaki Toru2014-12-111-1/+6
* [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is ...Cheng Hao2014-12-112-1/+15
* [SQL] remove unnecessary import in spark-sqlJacky Li2014-12-085-9/+3
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28
* [SQL] remove unnecessary importJacky Li2014-12-041-1/+0
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-031-1/+4
* [SPARK-4676][SQL] JavaSchemaRDD.schema may throw NullType MatchError if sql h...YanTangZhai2014-12-025-0/+59
* [SPARK-4663][sql]add finally to avoid resource leakbaishuo2014-12-021-4/+7
* [SPARK-4536][SQL] Add sqrt and abs to Spark SQL DSLKousuke Saruta2014-12-022-0/+72
* Indent license header properly for interfaces.scala.Reynold Xin2014-12-021-17/+15
* [SQL] Minor fix for doc and commentwangfei2014-12-011-1/+1
* [SPARK-4658][SQL] Code documentation issue in DDL of datasource APIravipesala2014-12-012-3/+3
* [SPARK-4650][SQL] Supporting multi column support in countDistinct function l...ravipesala2014-12-011-0/+7
* [SQL] add @group tab in limit() and count()Jacky Li2014-12-011-0/+4
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-242-3/+4
* [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.Kousuke Saruta2014-11-241-0/+7
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-1/+15
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-204-13/+346
* [SQL] fix function description mistakeJacky Li2014-11-201-1/+1
* [SPARK-4318][SQL] Fix empty sum distinct.Takuya UESHIN2014-11-203-28/+116
* [SPARK-4513][SQL] Support relational operator '<=>' in Spark SQLravipesala2014-11-201-0/+12
* [SPARK-4228][SQL] SchemaRDD to JSONDan McClary2014-11-204-3/+208