aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8945][SQL] Add add and subtract expressions for IntervalTypeLiang-Chi Hsieh2015-07-176-14/+82
* [SPARK-8209[SQL]Add function convzhichao.li2015-07-175-2/+242
* [SPARK-9130][SQL] throw exception when check equality between external and in...Wenchen Fan2015-07-173-7/+53
* [SPARK-9022] [SQL] Generated projections for UnsafeRowDavies Liu2015-07-1711-72/+266
* [SPARK-9102] [SQL] Improve project collapse with nondeterministic expressionsWenchen Fan2015-07-173-23/+51
* Added inline comment for the canEqual PR by @cloud-fan.Reynold Xin2015-07-161-1/+6
* [SPARK-8899] [SQL] remove duplicated equals method for RowWenchen Fan2015-07-167-74/+50
* [SPARK-9085][SQL] Remove LeafNode, UnaryNode, BinaryNode from TreeNode.Reynold Xin2015-07-1611-66/+69
* [SPARK-6941] [SQL] Provide a better error message to when inserting into RDD ...Yijie Shen2015-07-162-4/+60
* [SPARK-9015] [BUILD] Clean project import in scala ideJan Prach2015-07-162-2/+0
* [SPARK-8995] [SQL] cast date strings like '2015-01-01 12:15:31' to dateTarek Auel2015-07-164-15/+562
* [SPARK-8972] [SQL] Incorrect result for rollupCheng Hao2015-07-158-3/+145
* [SPARK-9068][SQL] refactor the implicit type cast codeWenchen Fan2015-07-1513-126/+81
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-155-36/+241
* [SPARK-9060] [SQL] Revert SPARK-8359, SPARK-8800, and SPARK-8677Yin Huai2015-07-152-37/+2
* [SPARK-9086][SQL] Remove BinaryNode from TreeNode.Reynold Xin2015-07-154-14/+26
* [SPARK-9071][SQL] MonotonicallyIncreasingID and SparkPartitionID should be ma...Reynold Xin2015-07-153-4/+14
* SPARK-9070 JavaDataFrameSuite teardown NPEs if setup failedSteve Loughran2015-07-151-1/+3
* [SPARK-8221][SQL]Add pmod functionzhichao.li2015-07-156-1/+170
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-158-65/+157
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-151-3/+12
* [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