aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-10005] [SQL] Fixes schema merging for nested structsCheng Lian2015-08-164-22/+112
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-162-19/+44
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-162-6/+30
* [SPARK-9973] [SQL] Correct in-memory columnar buffer sizeKun Xu2015-08-161-2/+1
* [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming ...Joseph K. Bradley2015-08-151-48/+129
* [SPARK-9955] [SQL] correct error message for aggregateWenchen Fan2015-08-153-7/+12
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-159-19/+19
* [SPARK-9725] [SQL] fix serialization of UTF8String across different JVMDavies Liu2015-08-141-6/+25
* [SPARK-9960] [GRAPHX] sendMessage type fix in LabelPropagation.scalazc he2015-08-141-1/+1
* [SPARK-9984] [SQL] Create local physical operator interface.Reynold Xin2015-08-144-0/+224
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-145-4/+41
* [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan at...Wenchen Fan2015-08-149-24/+120
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-1413-15/+15
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-142-1/+4
* [SPARK-9949] [SQL] Fix TakeOrderedAndProject's output.Yin Huai2015-08-142-4/+28
* [SPARK-9968] [STREAMING] Reduced time spent within synchronized block to prev...Tathagata Das2015-08-141-8/+32
* [SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimatorTathagata Das2015-08-143-42/+87
* [SPARK-8670] [SQL] Nested columns can't be referenced in pysparkWenchen Fan2015-08-143-3/+5
* [SPARK-9981] [ML] Made labels public for StringIndexerModelJoseph K. Bradley2015-08-142-1/+22
* [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()Davies Liu2015-08-143-4/+28
* [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting applicationjerryshao2015-08-141-8/+8
* [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulatorsAndrew Or2015-08-141-61/+92
* [SPARK-9809] Task crashes because the internal accumulators are not properly ...Carson Wang2015-08-141-1/+2
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-148-21/+50
* [SPARK-9561] Re-enable BroadcastJoinSuiteAndrew Or2015-08-141-76/+69
* [SPARK-9946] [SPARK-9589] [SQL] fix NPE and thread-safety in TaskMemoryManagerDavies Liu2015-08-141-16/+28
* [SPARK-9923] [CORE] ShuffleMapStage.numAvailableOutputs should be an Int inst...Neelesh Srinivas Salian2015-08-141-1/+1
* [SPARK-9929] [SQL] support metadata in withColumnWenchen Fan2015-08-145-7/+23
* [SPARK-8744] [ML] Add a public constructor to StringIndexerHolden Karau2015-08-142-1/+5
* [SPARK-9956] [ML] Make trees work with one-category featuresJoseph K. Bradley2015-08-142-10/+30
* [SPARK-9661] [MLLIB] minor clean-up of SPARK-9661Xiangrui Meng2015-08-144-25/+28
* [SPARK-9958] [SQL] Make HiveThriftServer2Listener thread-safe and update the ...zsxwing2015-08-144-60/+78
* [MINOR] [SQL] Remove canEqual in RowLiang-Chi Hsieh2015-08-131-21/+0
* [SPARK-9945] [SQL] pageSize should be calculated from executor.memoryDavies Liu2015-08-132-4/+6
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-1396-1203/+1460
* [SPARK-9943] [SQL] deserialized UnsafeHashedRelation should be serializableDavies Liu2015-08-132-33/+74
* [SPARK-8976] [PYSPARK] fix open mode in python3Davies Liu2015-08-131-1/+1
* [SPARK-9922] [ML] rename StringIndexerReverse to IndexToStringXiangrui Meng2015-08-132-36/+48
* [SPARK-9935] [SQL] EqualNotNull not processed in ORChyukjinkwon2015-08-131-0/+5
* [SPARK-9942] [PYSPARK] [SQL] ignore exceptions while try to import pandasDavies Liu2015-08-131-1/+1
* [SPARK-9661] [MLLIB] [ML] Java compatibilityMechCoder2015-08-135-3/+99
* [SPARK-9649] Fix MasterSuite, third time's a charmAndrew Or2015-08-131-0/+1
* [MINOR] [DOC] fix mllib pydoc warningsXiangrui Meng2015-08-132-4/+11
* [MINOR] [ML] change MultilayerPerceptronClassifierModel to MultilayerPerceptr...Yanbo Liang2015-08-131-8/+8
* [SPARK-8965] [DOCS] Add ml-guide Python Example: Estimator, Transformer, and ...Rosstin2015-08-131-0/+68
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-1341-22/+138
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-1311-30/+150
* [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to IsolatedCl...Yin Huai2015-08-132-3/+14
* [SPARK-9918] [MLLIB] remove runs from k-means and rename epsilon to tolXiangrui Meng2015-08-123-100/+26
* [SPARK-9927] [SQL] Revert 8049 since it's pushing wrong filter downYijie Shen2015-08-133-64/+3