aboutsummaryrefslogtreecommitdiff
path: root/project/MimaExcludes.scala
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-081-1/+4
* [SPARK-8914][SQL] Remove RDDApiKousuke Saruta2015-07-081-0/+5
* [SPARK-6123] [SPARK-6775] [SPARK-6776] [SQL] Refactors Parquet read path for ...Cheng Lian2015-07-081-15/+2
* [SPARK-8700][ML] Disable feature scaling in Logistic RegressionDB Tsai2015-07-081-0/+2
* [SPARK-8479] [MLLIB] Add numNonzeros and numActives to linalg.MatricesMechCoder2015-07-021-0/+6
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-241-1/+6
* [SPARK-7888] Be able to disable intercept in linear regression in ml packageHolden Karau2015-06-231-0/+5
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-221-1/+11
* [SPARK-8127] [STREAMING] [KAFKA] KafkaRDD optimize count() take() isEmpty()cody koeninger2015-06-191-0/+3
* [SPARK-2808] [STREAMING] [KAFKA] cleanup tests fromcody koeninger2015-06-071-0/+3
* [SPARK-7440][SQL] Remove physical Distinct operator in favor of AggregateReynold Xin2015-06-041-1/+3
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-0/+14
* [SPARK-7910] [TINY] [JAVAAPI] expose partitioner information in javarddHolden Karau2015-05-291-0/+2
* [SPARK-7805] [SQL] Move SQLTestUtils.scala and ParquetTest.scala to src/testYin Huai2015-05-241-1/+4
* [SPARK-7681] [MLLIB] remove mima excludes for 1.3Xiangrui Meng2015-05-191-8/+1
* [SPARK-7681] [MLLIB] Add SparseVector support for gemvLiang-Chi Hsieh2015-05-181-2/+16
* [SPARK-6888] [SQL] Make the jdbc driver handling user-definableRene Treffer2015-05-181-0/+8
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-0/+6
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-131-1/+4
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-131-0/+6
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-131-1/+13
* [SPARK-7530] [STREAMING] Added StreamingContext.getState() to expose the curr...Tathagata Das2015-05-111-0/+4
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-071-0/+2
* [Build] Enable MiMa checks for SQLJosh Rosen2015-04-301-0/+16
* [SPARK-6756] [MLLIB] add toSparse, toDense, numActives, numNonzeros, and comp...Xiangrui Meng2015-04-281-0/+12
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-271-0/+4
* [SPARK-6703][Core] Provide a way to discover existing SparkContext'sIlya Ganelin2015-04-171-0/+4
* [Spark-6693][MLlib]add tostring with max lines and width for matrixYuhao Yang2015-04-091-0/+4
* [SPARK-6492][CORE] SparkContext.stop() can deadlock when DAGSchedulerEventPro...Ilya Ganelin2015-04-031-0/+4
* [SPARK-4655][Core] Split Stage into ShuffleMapStage and ResultStage subclassesIlya Ganelin2015-04-011-1/+5
* [SPARK-5124][Core] A standard RPC interface and an Akka implementationzsxwing2015-03-291-1/+3
* [SPARK-6510][GraphX]: Add Graph#minus method to act as Set#differenceBrennon York2015-03-261-0/+3
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-231-1/+7
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-0/+14
* [SPARK-5922][GraphX]: Add diff(other: RDD[VertexId, VD]) in VertexRDDBrennon York2015-03-161-0/+3
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-121-0/+28
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-191-0/+5
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-051-0/+6
* [SPARK-5536] replace old ALS implementation by the new oneXiangrui Meng2015-02-021-1/+6
* [SPARK-5540] hide ALS.solveLeastSquaresXiangrui Meng2015-02-021-0/+4
* [SPARK-5461] [graphx] Add isCheckpointed, getCheckpointedFiles methods to GraphJoseph K. Bradley2015-02-021-0/+6
* [SPARK-5430] move treeReduce and treeAggregate from mllib to coreXiangrui Meng2015-01-281-0/+6
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-1/+14
* [SPARK-5321] Support for transposing local matricesBurak Yavuz2015-01-271-0/+14
* [SPARK-5315][Streaming] Fix reduceByWindow Java API not work bugjerryshao2015-01-221-0/+4
* [SPARK-5297][Streaming] Fix Java file stream type erasure problemjerryshao2015-01-201-0/+4
* SPARK-5270 [CORE] Provide isEmpty() function in RDD APISean Owen2015-01-191-0/+4
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-161-0/+4
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-141-0/+6
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-131-0/+12