aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-046-4/+81
* [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-7401] [MLLIB] [PYSPARK] Vectorize dot product and sq_dist between Spar...MechCoder2015-07-032-23/+29
* [SPARK-8226] [SQL] Add function shiftrightunsignedzhichao.li2015-07-036-0/+113
* [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-8776] Increase the default MaxPermSizeYin Huai2015-07-023-4/+4
* [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-6980] [CORE] Akka timeout exceptions indicate which conf controls them...Bryan Cutler2015-07-0211-47/+258
* [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-025-115/+77
* [SPARK-7104] [MLLIB] Support model save/load in Python's Word2VecYu ISHIKAWA2015-07-022-1/+23
* [SPARK-8784] [SQL] Add Python API for hex and unhexDavies Liu2015-07-025-77/+115
* [SPARK-3382] [MLLIB] GradientDescent convergence tolerancelewuathe2015-07-027-22/+144
* [SPARK-8772][SQL] Implement implicit type cast for expressions that define in...Reynold Xin2015-07-0225-169/+213
* [SPARK-7835] Refactor HeartbeatReceiverSuite for coverage + cleanupAndrew Or2015-07-023-61/+191
* [SPARK-1564] [DOCS] Added Javascript to Javadocs to create badges for tags li...Deron Eriksson2015-07-024-0/+174
* [SPARK-8781] Fix variables in published pom.xml are not resolvedAndrew Or2015-07-023-17/+12
* [SPARK-8479] [MLLIB] Add numNonzeros and numActives to linalg.MatricesMechCoder2015-07-023-0/+35
* [SPARK-8581] [SPARK-8584] Simplify checkpointing code + better error messageAndrew Or2015-07-025-54/+60
* [SPARK-8708] [MLLIB] Paritition ALS ratings based on both users and productsLiang-Chi Hsieh2015-07-021-6/+49
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-029-13/+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-026-1/+223
* [SPARK-8758] [MLLIB] Add Python user guide for PowerIterationClusteringYanbo Liang2015-07-022-4/+69
* [SPARK-8647] [MLLIB] Potential issue with constant hashCodeAlok Singh2015-07-022-2/+4
* [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-8687] [YARN] Fix bug: Executor can't fetch the new set configuration i...huangzhaowei2015-07-011-1/+6
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-0115-21/+35
* [SPARK-8740] [PROJECT INFRA] Support GitHub OAuth tokens in dev/merge_spark_p...Josh Rosen2015-07-011-2/+16
* [SPARK-8769] [TRIVIAL] [DOCS] toLocalIterator should mention it results in ma...Holden Karau2015-07-011-0/+4
* [SPARK-8771] [TRIVIAL] Add a version to the deprecated annotation for the act...Holden Karau2015-07-011-2/+2
* [SPARK-8688] [YARN] Bug fix: disable the cache fs to gain the HDFS connection.huangzhaowei2015-07-013-5/+23
* [SPARK-8754] [YARN] YarnClientSchedulerBackend doesn't stop gracefully in fai...Devaraj K2015-07-011-1/+3
* [SPARK-8227] [SQL] Add function unhexzhichao.li2015-07-016-0/+88
* [SPARK-8660] [MLLIB] removed > symbols from comments in LogisticRegressionSui...Rosstin2015-07-011-54/+63
* [SPARK-8770][SQL] Create BinaryOperator abstract class.Reynold Xin2015-07-0115-155/+191