aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13050][BUILD] Scalatest tags fail build with the addition of the sketc...Alex Bozarth2016-01-281-0/+7
* [SPARK-13067] [SQL] workaround for a weird scala reflection problemWenchen Fan2016-01-282-6/+23
* [SPARK-12968][SQL] Implement command to set current databaseLiang-Chi Hsieh2016-01-289-3/+50
* Revert "[SPARK-13031] [SQL] cleanup codegen and improve test coverage"Davies Liu2016-01-289-334/+202
* [SPARK-11955][SQL] Mark optional fields in merging schema for safely pushdown...Liang-Chi Hsieh2016-01-286-29/+117
* [SPARK-12749][SQL] add json option to parse floating-point types as DecimalTypeBrandon Bradley2016-01-285-2/+40
* [SPARK-12401][SQL] Add integration tests for postgres enum typesTakeshi YAMAMURO2016-01-281-6/+9
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-283-1/+314
* [SPARK-13031] [SQL] cleanup codegen and improve test coverageDavies Liu2016-01-289-202/+334
* [SPARK-12926][SQL] SQLContext to display warning message when non-sql configs...Tejas Patil2016-01-281-3/+11
* [SPARK-12818][SQL] Specialized integral and string types for Count-min SketchCheng Lian2016-01-283-35/+99
* Provide same info as in spark-submit --helpJames Lohse2016-01-281-2/+3
* [SPARK-13045] [SQL] Remove ColumnVector.Struct in favor of ColumnarBatch.RowNong Li2016-01-273-120/+32
* [HOTFIX] Fix Scala 2.11 compilationAndrew Or2016-01-271-1/+2
* [SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser c...Herman van Hovell2016-01-2716-226/+161
* [SPARK-12938][SQL] DataFrame API for Bloom filterWenchen Fan2016-01-277-93/+306
* [SPARK-13021][CORE] Fail fast when custom RDDs violate RDD.partition's API co...Josh Rosen2016-01-272-0/+25
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2770-1141/+3012
* [SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata with `Non...Jason Lee2016-01-272-1/+13
* [SPARK-13023][PROJECT INFRA] Fix handling of root module in modules_to_test()Josh Rosen2016-01-271-5/+5
* [SPARK-1680][DOCS] Explain environment variables for running on YARN in clust...Andrew2016-01-271-0/+2
* [SPARK-12983][CORE][DOC] Correct metrics.properties.templateBenFradet2016-01-271-34/+37
* [SPARK-12780] Inconsistency returning value of ML python models' propertiesXusen Yin2016-01-261-2/+3
* [SPARK-12967][NETTY] Avoid NettyRpc error message during sparkContext shutdownNishkam Ravi2016-01-264-5/+32
* [SPARK-12728][SQL] Integrates SQL generation with native viewCheng Lian2016-01-266-95/+200
* [SPARK-12935][SQL] DataFrame API for Count-Min SketchCheng Lian2016-01-267-37/+205
* [SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkRYanbo Liang2016-01-265-2/+73
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-266-28/+179
* [SPARK-12854][SQL] Implement complex types support in ColumnarBatchNong Li2016-01-2616-90/+1671
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-263-16/+113
* [SPARK-12614][CORE] Don't throw non fatal exception from askShixiong Zhu2016-01-261-25/+29
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-2612-317/+43
* [SPARK-12993][PYSPARK] Remove usage of ADD_FILES in pysparkJeff Zhang2016-01-261-10/+1
* [SQL] Minor Scaladoc format fixCheng Lian2016-01-261-4/+4
* [SPARK-8725][PROJECT-INFRA] Test modules in topologically-sorted order in dev...Josh Rosen2016-01-264-18/+162
* [SPARK-12952] EMLDAOptimizer initialize() should return EMLDAOptimizer other ...Xusen Yin2016-01-261-1/+3
* [SPARK-11923][ML] Python API for ml.feature.ChiSqSelectorXusen Yin2016-01-261-1/+97
* [SPARK-7799][STREAMING][DOCUMENT] Add the linking and deploying instructions ...Shixiong Zhu2016-01-261-37/+44
* [SPARK-12682][SQL] Add support for (optionally) not storing tables in hive me...Sameer Agarwal2016-01-262-0/+39
* [SPARK-10911] Executors should System.exit on clean shutdown.zhuol2016-01-261-0/+1
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-2630-110/+146
* [SPARK-12961][CORE] Prevent snappy-java memory leakLiang-Chi Hsieh2016-01-261-6/+14
* [SPARK-12937][SQL] bloom filter serializationWenchen Fan2016-01-266-44/+159
* [SQL][MINOR] A few minor tweaks to CSV reader.Reynold Xin2016-01-262-14/+9
* [SPARK-10086][MLLIB][STREAMING][PYSPARK] ignore StreamingKMeans test in PySpa...Xiangrui Meng2016-01-251-0/+1
* [SPARK-12834] Change ser/de of JavaArray and JavaListXusen Yin2016-01-251-1/+5
* [SPARK-11922][PYSPARK][ML] Python api for ml.feature.quantile discretizerHolden Karau2016-01-251-4/+85
* [SPARK-12934] use try-with-resources for streamstedyu2016-01-251-0/+2
* [SPARK-12936][SQL] Initial bloom filter implementationWenchen Fan2016-01-255-0/+602
* [SPARK-12879] [SQL] improve the unsafe row writing frameworkWenchen Fan2016-01-257-78/+258