aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX][SQL] Unit test breaking.Reynold Xin2015-07-151-3/+3
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-148-13/+329
* Revert SPARK-6910 and SPARK-9027Michael Armbrust2015-07-1410-218/+44
* [SPARK-8993][SQL] More comprehensive type checking in expressions.Reynold Xin2015-07-1417-165/+309
* [SPARK-9050] [SQL] Remove unused newOrdering argument from Exchange (cleanup ...Josh Rosen2015-07-142-24/+16
* [SPARK-9045] Fix Scala 2.11 build break in UnsafeExternalRowSorterJosh Rosen2015-07-141-4/+7
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-149-21/+21
* [SPARK-8800] [SQL] Fix inaccurate precision/scale of Decimal division operationLiang-Chi Hsieh2015-07-142-4/+20
* [SPARK-9027] [SQL] Generalize metastore predicate pushdownMichael Armbrust2015-07-142-25/+107
* [SPARK-9029] [SQL] shortcut CaseKeyWhen if key is nullWenchen Fan2015-07-141-24/+24
* [SPARK-6851] [SQL] function least/greatest follow upDaoyuan Wang2015-07-143-49/+62
* [SPARK-6910] [SQL] Support for pushing predicates down to metastore for parti...Cheolsoo Park2015-07-139-44/+137
* [SPARK-8636] [SQL] Fix equalNullSafe comparisonVinod K C2015-07-132-9/+6
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-132-1/+26
* [SPARK-8203] [SPARK-8204] [SQL] conditional function: least/greatestDaoyuan Wang2015-07-135-5/+263
* [SPARK-8970][SQL] remove unnecessary abstraction for ExtractValueWenchen Fan2015-07-103-32/+15
* [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-1011-123/+721
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1017-25/+50
* [SPARK-8839] [SQL] ThriftServer2 will remove session and execution no matter ...huangzhaowei2015-07-091-2/+5
* [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-093-21/+118
* [SPARK-8247] [SPARK-8249] [SPARK-8252] [SPARK-8254] [SPARK-8257] [SPARK-8258]...Cheng Hao2015-07-095-18/+923
* [SPARK-8938][SQL] Implement toString for Interval data typeWenchen Fan2015-07-091-6/+18
* [SPARK-8926][SQL] Code review followup.Reynold Xin2015-07-094-6/+23
* [SPARK-8948][SQL] Remove ExtractValueWithOrdinal abstract classReynold Xin2015-07-091-20/+34
* [SPARK-8830] [SQL] native levenshtein distanceTarek Auel2015-07-092-5/+9
* [SPARK-8931] [SQL] Fallback to interpreted evaluation if failed to compile in...Davies Liu2015-07-092-6/+58
* [SPARK-8942][SQL] use double not decimal when cast double and float to timestampWenchen Fan2015-07-091-12/+6
* [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-8926][SQL] Good errors for ExpectsInputType expressionsMichael Armbrust2015-07-0813-143/+256
* [SPARK-8910] Fix MiMa flaky due to port contention issueAndrew Or2015-07-082-7/+8
* [SPARK-8932] Support copy() for UnsafeRows that do not use ObjectPoolsJosh Rosen2015-07-084-19/+87
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-0810-49/+49
* [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-0824-904/+5947
* [SPARK-8908] [SQL] Add () to distinct definition in dataframeCheolsoo Park2015-07-081-1/+1
* [SPARK-8783] [SQL] CTAS with WITH clause does not workKeuntae Park2015-07-082-1/+19
* [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-086-20/+138
* [SPARK-5707] [SQL] fix serialization of generated projectionDavies Liu2015-07-083-4/+3
* [SPARK-6912] [SQL] Throw an AnalysisException when unsupported Java Map<K,V> ...Takeshi YAMAMURO2015-07-084-0/+108
* [SPARK-8785] [SQL] Improve Parquet schema mergingLiang-Chi Hsieh2015-07-081-34/+48
* [SPARK-8883][SQL]Remove the OverrideFunctionRegistryCheng Hao2015-07-084-17/+3
* [SPARK-8879][SQL] Remove EmptyRow class.Reynold Xin2015-07-073-20/+9
* [SPARK-8878][SQL] Improve unit test coverage for bitwise expressions.Reynold Xin2015-07-071-47/+61