aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-152-16/+109
* [SPARK-9086][SQL] Remove BinaryNode from TreeNode.Reynold Xin2015-07-151-1/+6
* [SPARK-9071][SQL] MonotonicallyIncreasingID and SparkPartitionID should be ma...Reynold Xin2015-07-152-2/+6
* [SPARK-8221][SQL]Add pmod functionzhichao.li2015-07-152-0/+54
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-152-2/+29
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-151-3/+12
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-142-0/+47
* [SPARK-8993][SQL] More comprehensive type checking in expressions.Reynold Xin2015-07-141-1/+0
* [SPARK-9050] [SQL] Remove unused newOrdering argument from Exchange (cleanup ...Josh Rosen2015-07-142-24/+16
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-144-7/+9
* [SPARK-6851] [SQL] function least/greatest follow upDaoyuan Wang2015-07-141-6/+10
* [SPARK-8203] [SPARK-8204] [SQL] conditional function: least/greatestDaoyuan Wang2015-07-132-4/+78
* [SPARK-8961] [SQL] Makes BaseWriterContainer.outputWriterForRow accepts Inter...Cheng Lian2015-07-101-31/+42
* [SPARK-8990] [SQL] SPARK-8990 DataFrameReader.parquet() should respect user s...Cheng Lian2015-07-102-1/+22
* [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