aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6747] [SQL] Throw an AnalysisException when unsupported Java list type...Takeshi YAMAMURO2015-07-064-2/+98
* [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing pathLiang-Chi Hsieh2015-07-061-5/+6
* [SPARK-8072] [SQL] Better AnalysisException for writing DataFrame with identi...animesh2015-07-063-1/+73
* [SPARK-8588] [SQL] Regression testYin Huai2015-07-062-0/+37
* [MINOR] [SQL] remove unused code in ExchangeDaoyuan Wang2015-07-061-14/+0
* [SPARK-4485] [SQL] 1) Add broadcast hash outer join, (2) Fix SparkPlanTestkai2015-07-067-99/+441
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-064-47/+65
* [SPARK-8837][SPARK-7114][SQL] support using keyword in column nameWenchen Fan2015-07-062-10/+27
* [SPARK-8841] [SQL] Fix partition pruning percentage log messageSteve Lindemann2015-07-061-1/+1
* [SPARK-8831][SQL] Support AbstractDataType in TypeCollection.Reynold Xin2015-07-053-6/+12
* [SQL][Minor] Update the DataFrame API for encode/decodeCheng Hao2015-07-053-18/+25
* [MINOR] [SQL] Minor fix for CatalystSchemaConverterLiang-Chi Hsieh2015-07-042-7/+7
* [SPARK-8822][SQL] clean up type checking in math.scala.Reynold Xin2015-07-042-168/+123
* [SQL] More unit tests for implicit type cast & add simpleString to AbstractDa...Reynold Xin2015-07-047-4/+42
* Fixed minor style issue with the previous merge.Reynold Xin2015-07-041-2/+2
* [SPARK-8270][SQL] levenshtein distanceTarek Auel2015-07-045-4/+67
* [SPARK-8238][SPARK-8239][SPARK-8242][SPARK-8243][SPARK-8268][SQL]Add ascii/ba...Cheng Hao2015-07-035-5/+308
* [SPARK-8777] [SQL] Add random data generator test utilities to Spark SQLJosh Rosen2015-07-033-0/+319
* [SPARK-8192] [SPARK-8193] [SQL] udf current_date, current_timestampDaoyuan Wang2015-07-035-1/+159
* [SPARK-8572] [SQL] Type coercion for ScalaUDFsCheolsoo Park2015-07-036-42/+93
* [SPARK-8810] [SQL] Added several UDF unit tests for Spark SQLSpiro Michaylov2015-07-031-0/+70
* [SPARK-8226] [SQL] Add function shiftrightunsignedzhichao.li2015-07-035-0/+100
* [SPARK-8809][SQL] Remove ConvertNaNs analyzer rule.Reynold Xin2015-07-031-33/+0
* [SPARK-8803] handle special characters in elements in crosstabBurak Yavuz2015-07-024-5/+50
* [SPARK-8801][SQL] Support TypeCollection in ExpectsInputTypesReynold Xin2015-07-028-38/+140
* [SPARK-8501] [SQL] Avoids reading schema from empty ORC filesCheng Lian2015-07-024-52/+135
* Minor style fix for the previous commit.Reynold Xin2015-07-021-9/+4
* [SPARK-8213][SQL]Add function factorialzhichao.li2015-07-025-3/+122
* [SPARK-8782] [SQL] Fix code generation for ORDER BY NULLJosh Rosen2015-07-022-0/+8
* Revert "[SPARK-8784] [SQL] Add Python API for hex and unhex"Reynold Xin2015-07-024-87/+77
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-024-77/+87
* [SPARK-8772][SQL] Implement implicit type cast for expressions that define in...Reynold Xin2015-07-0225-169/+213
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-028-12/+126
* [SPARK-8747] [SQL] fix EqualNullSafe for binary typeWenchen Fan2015-07-022-47/+78
* [SPARK-8223] [SPARK-8224] [SQL] shift left and shift rightTarek Auel2015-07-025-1/+199
* [SPARK-8690] [SQL] Add a setting to disable SparkSQL parquet schema merge by ...Wisely Chen2015-07-023-1/+30
* [SPARK-8746] [SQL] update download link for Hive 0.13.1Christian Kadner2015-07-021-1/+1
* [SPARK-8787] [SQL] Changed parameter order of @deprecated in package object sqlVinod K C2015-07-021-1/+1
* [DOCS] Fix minor wrong lambda expression example.Kousuke Saruta2015-07-021-1/+1
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-016-0/+88
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-0112-136/+172
* Revert "[SPARK-8770][SQL] Create BinaryOperator abstract class."Reynold Xin2015-07-0112-170/+135
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-0112-135/+170
* [QUICKFIX] [SQL] fix copy of generated rowDavies Liu2015-07-012-1/+4
* [SPARK-8621] [SQL] support empty string as column nameWenchen Fan2015-07-012-2/+9
* [SPARK-8752][SQL] Add ExpectsInputTypes trait for defining expected input types.Reynold Xin2015-07-017-24/+44
* [SPARK-8750][SQL] Remove the closure in functions.callUdf.Reynold Xin2015-07-011-1/+9
* [SQL] [MINOR] remove internalRowRDD in DataFrameWenchen Fan2015-07-014-7/+5
* [SPARK-8749][SQL] Remove HiveTypeCoercion trait.Reynold Xin2015-07-013-44/+33
* [SPARK-8748][SQL] Move castability test out from Cast case class into Cast ob...Reynold Xin2015-06-301-66/+78