aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7078] [SPARK-7079] Binary processing sort for Spark SQLJosh Rosen2015-07-108-120/+474
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-103-8/+16
* [SPARK-8959] [SQL] [HOTFIX] Removes parquet-thrift and libthrift dependenciesCheng Lian2015-07-096-3480/+8
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-092-21/+106
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-092-12/+473
* [SPARK-8931] [SQL] Fallback to interpreted evaluation if failed to compile in...Davies Liu2015-07-092-6/+58
* [SPARK-8928] [SQL] Makes CatalystSchemaConverter sticking to 1.4.x- when hand...Weizhong Lin2015-07-082-7/+9
* Revert "[SPARK-8928] [SQL] Makes CatalystSchemaConverter sticking to 1.4.x- w...Cheng Lian2015-07-082-9/+7
* [SPARK-8928] [SQL] Makes CatalystSchemaConverter sticking to 1.4.x- when hand...Cheng Lian2015-07-082-7/+9
* [SPARK-8910] Fix MiMa flaky due to port contention issueAndrew Or2015-07-081-4/+4
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-083-6/+6
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-083-73/+54
* [SPARK-8914][SQL] Remove RDDApiKousuke Saruta2015-07-082-87/+19
* [SPARK-6123] [SPARK-6775] [SPARK-6776] [SQL] Refactors Parquet read path for ...Cheng Lian2015-07-0820-901/+5814
* [SPARK-8908] [SQL] Add () to distinct definition in dataframeCheolsoo Park2015-07-081-1/+1
* [SPARK-8888][SQL] Use java.util.HashMap in DynamicPartitionWriterContainer.Reynold Xin2015-07-081-13/+23
* [SPARK-8753][SQL] Create an IntervalType data typeWenchen Fan2015-07-082-0/+28
* [SPARK-5707] [SQL] fix serialization of generated projectionDavies Liu2015-07-083-4/+3
* [SPARK-8785] [SQL] Improve Parquet schema mergingLiang-Chi Hsieh2015-07-081-34/+48
* [SPARK-8883][SQL]Remove the OverrideFunctionRegistryCheng Hao2015-07-081-2/+1
* [SPARK-8868] SqlSerializer2 can go into infinite loop when row consists only ...Yin Huai2015-07-072-6/+39
* [SPARK-8876][SQL] Remove InternalRow type alias in expressions package.Reynold Xin2015-07-0738-24/+55
* [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
* [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-061-1/+1
* [SPARK-8837][SPARK-7114][SQL] support using keyword in column nameWenchen Fan2015-07-061-0/+9
* [SPARK-8841] [SQL] Fix partition pruning percentage log messageSteve Lindemann2015-07-061-1/+1
* [SQL][Minor] Update the DataFrame API for encode/decodeCheng Hao2015-07-052-8/+14
* [MINOR] [SQL] Minor fix for CatalystSchemaConverterLiang-Chi Hsieh2015-07-042-7/+7
* Fixed minor style issue with the previous merge.Reynold Xin2015-07-041-2/+2
* [SPARK-8270][SQL] levenshtein distanceTarek Auel2015-07-042-4/+25
* [SPARK-8238][SPARK-8239][SPARK-8242][SPARK-8243][SPARK-8268][SQL]Add ascii/ba...Cheng Hao2015-07-032-0/+131
* [SPARK-8192] [SPARK-8193] [SQL] udf current_date, current_timestampDaoyuan Wang2015-07-032-0/+65
* [SPARK-8572] [SQL] Type coercion for ScalaUDFsCheolsoo Park2015-07-034-39/+87
* [SPARK-8810] [SQL] Added several UDF unit tests for Spark SQLSpiro Michaylov2015-07-031-0/+70
* [SPARK-8226] [SQL] Add function shiftrightunsignedzhichao.li2015-07-032-0/+37
* [SPARK-8803] handle special characters in elements in crosstabBurak Yavuz2015-07-024-5/+50
* [SPARK-8213][SQL]Add function factorialzhichao.li2015-07-022-1/+28
* [SPARK-8782] [SQL] Fix code generation for ORDER BY NULLJosh Rosen2015-07-021-0/+7
* Revert "[SPARK-8784] [SQL] Add Python API for hex and unhex"Reynold Xin2015-07-021-1/+1
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-021-1/+1
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-022-9/+42
* [SPARK-8223] [SPARK-8224] [SQL] shift left and shift rightTarek Auel2015-07-022-0/+72
* [SPARK-8690] [SQL] Add a setting to disable SparkSQL parquet schema merge by ...Wisely Chen2015-07-023-1/+30
* [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-012-0/+28
* [SPARK-8621] [SQL] support empty string as column nameWenchen Fan2015-07-011-0/+7