aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3891][SQL] Add array support to percentile, percentile_approx and cons...Venkata Ramana Gollamudi2014-12-173-12/+40
* [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-3739] [SQL] Update the split num base on block size for table scanningCheng Hao2014-12-173-5/+517
* [SPARK-4755] [SQL] sqrt(negative value) should return nullDaoyuan Wang2014-12-172-2/+15
* [SPARK-4493][SQL] Don't pushdown Eq, NotEq, Lt, LtEq, Gt and GtEq predicates ...Cheng Lian2014-12-173-23/+183
* [SPARK-3698][SQL] Fix case insensitive resolution of GetField.Michael Armbrust2014-12-173-1/+28
* [SPARK-4694]Fix HiveThriftServer2 cann't stop In Yarn HA mode.carlmartin2014-12-171-1/+13
* [SPARK-4625] [SQL] Add sort by for DSL & SimpleSqlParserCheng Hao2014-12-175-2/+48
* [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-4720][SQL] Remainder should also return null if the divider is 0.Takuya UESHIN2014-12-163-2/+43
* [SPARK-4744] [SQL] Short circuit evaluation for AND & OR in CodeGenCheng Hao2014-12-161-19/+19
* [SPARK-4798][SQL] A new set of Parquet testing API and test suitesCheng Lian2014-12-168-81/+989
* [SPARK-4269][SQL] make wait time configurable in BroadcastHashJoinJacky Li2014-12-162-1/+17
* [SPARK-4827][SQL] Fix resolution of deeply nested Project(attr, Project(Star,...Michael Armbrust2014-12-162-42/+45
* [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-162-2/+2
* [SQL] SPARK-4700: Add HTTP protocol spark thrift serverJudy Nash2014-12-162-17/+81
* SPARK-4814 [CORE] Enable assertions in SBT, Maven tests / AssertionError from...Sean Owen2014-12-151-0/+4
* [SPARK-4829] [SQL] add rule to fold count(expr) if expr is not nullDaoyuan Wang2014-12-111-0/+1
* [SPARK-4742][SQL] The name of Parquet File generated by AppendingParquetOutpu...Sasaki Toru2014-12-111-1/+6
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-113-1/+23
* [SQL] enable empty aggr test caseDaoyuan Wang2014-12-112-4/+3
* [SPARK-4828] [SQL] sum and avg on empty table should always return nullDaoyuan Wang2014-12-111-2/+0
* [SQL] Remove unnecessary case in HiveContext.toHiveStringscwf2014-12-111-3/+1
* [SPARK-4293][SQL] Make Cast be able to handle complex types.Takuya UESHIN2014-12-112-44/+353
* [SPARK-4639] [SQL] Pass maxIterations in as a parameter in AnalyzerJacky Li2014-12-111-3/+5
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-11110-8/+245
* [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is ...Cheng Hao2014-12-112-1/+15
* [SPARK-4791] [sql] Infer schema from case class with multiple constructorsJoseph K. Bradley2014-12-102-1/+27
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-095-50/+173
* [SPARK-4769] [SQL] CTAS does not work when reading from temporary tablesCheng Hao2014-12-084-16/+49
* [SQL] remove unnecessary import in spark-sqlJacky Li2014-12-085-9/+3
* [SPARK-4761][SQL] Enables Kryo by default in Spark SQL Thrift serverCheng Lian2014-12-051-2/+12
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28
* [SQL] Minor: Avoid calling Seq#size in a loopAaron Davidson2014-12-041-3/+3
* [SQL] remove unnecessary importJacky Li2014-12-041-1/+0
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-033-45/+62
* [SPARK-4695][SQL] Get result using executeCollectwangfei2014-12-021-1/+3
* [SPARK-4670] [SQL] wrong symbol for bitwise notDaoyuan Wang2014-12-022-10/+25
* [SPARK-4593][SQL] Return null when denominator is 0Daoyuan Wang2014-12-024-5/+83
* [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-024-1/+74
* Indent license header properly for interfaces.scala.Reynold Xin2014-12-021-17/+15
* [SPARK-4268][SQL] Use #::: to get benefit from Stream in SqlLexical.allCaseVe...zsxwing2014-12-011-2/+2