aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8819] Fix build for maven 3.3.xAndrew Or2015-07-062-2/+26
* [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
* [SPARK-8588] [SQL] Regression testYin Huai2015-07-062-0/+37
* [SPARK-8765] [MLLIB] Fix PySpark PowerIterationClustering test issueYanbo Liang2015-07-061-2/+14
* Revert "[SPARK-7212] [MLLIB] Add sequence learning flag"Xiangrui Meng2015-07-063-82/+12
* [SPARK-6707] [CORE] [MESOS] Mesos Scheduler should allow the user to specify ...Ankur Chauhan2015-07-069-128/+376
* [SPARK-8656] [WEBUI] Fix the webUI and JSON API number is not syncedWisely Chen2015-07-062-4/+7
* [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-065-47/+93
* Small update in the readme fileDirceu Semighini Filho2015-07-061-1/+1
* [SPARK-8837][SPARK-7114][SQL] support using keyword in column nameWenchen Fan2015-07-062-10/+27
* [SPARK-8124] [SPARKR] Created more examples on SparkR DataFramesDaniel Emaasit (PhD Student)2015-07-061-0/+107
* [SPARK-8841] [SQL] Fix partition pruning percentage log messageSteve Lindemann2015-07-061-1/+1
* [SPARK-8831][SQL] Support AbstractDataType in TypeCollection.Reynold Xin2015-07-053-6/+12
* [SQL][Minor] Update the DataFrame API for encode/decodeCheng Hao2015-07-053-18/+25
* [SPARK-8549] [SPARKR] Fix the line length of SparkRYu ISHIKAWA2015-07-057-31/+51
* [SPARK-7137] [ML] Update SchemaUtils checkInputColumn to print more info if n...Joshi2015-07-051-2/+7
* [MINOR] [SQL] Minor fix for CatalystSchemaConverterLiang-Chi Hsieh2015-07-042-7/+7
* [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