Binary compatibility report for the spark-salesforce_2.10-1.0.5 library  between 1.6.0 and 1.4.0 versions   (relating to the portability of client application spark-salesforce_2.10-1.0.5.jar)

Test Info


Library Namespark-salesforce_2.10-1.0.5
Version #11.6.0
Version #21.4.0
Java Version1.7.0_85

Test Results


Total Java ARchives1
Total Methods / Classes274 / 724
VerdictIncompatible
(69.9%)

Problem Summary


SeverityCount
Added Methods-23
Removed MethodsHigh53
Problems with
Data Types
High2
Medium1
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods (23)


spark-sql_2.10-1.4.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.cache ( )  :  RDDApi
DataFrame.collect ( )  :  Object
DataFrame.DataFrame ( SQLContext sqlContext, SQLContext.QueryExecution queryExecution )
DataFrame.first ( )  :  Object
DataFrame.DataFrame..logicalPlanToDataFrame ( catalyst.plans.logical.LogicalPlan logicalPlan )  :  DataFrame
DataFrame.persist ( )  :  RDDApi
DataFrame.persist ( org.apache.spark.storage.StorageLevel newLevel )  :  RDDApi
DataFrame.queryExecution ( )  :  SQLContext.QueryExecution
DataFrame.showString ( int numRows )  :  String
DataFrame.take ( int n )  :  Object
DataFrame.unpersist ( )  :  RDDApi
DataFrame.unpersist ( boolean blocking )  :  RDDApi

spark-sql_2.10-1.4.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.createSession ( )  :  SQLContext.SQLSession
SQLContext.currentSession ( )  :  SQLContext.SQLSession
SQLContext.ddlParser ( )  :  sources.DDLParser
SQLContext.defaultSession ( )  :  SQLContext.SQLSession
SQLContext.detachSession ( )  :  void
SQLContext.executePlan ( catalyst.plans.logical.LogicalPlan plan )  :  SQLContext.QueryExecution
SQLContext.executeSql ( String sql )  :  SQLContext.QueryExecution
SQLContext.openSession ( )  :  SQLContext.SQLSession
SQLContext.planner ( )  :  SQLContext.SparkPlanner
SQLContext.sqlParser ( )  :  SparkSQLParser
SQLContext.tlSession ( )  :  ThreadLocal<SQLContext.SQLSession>

to the top

Removed Methods (53)


spark-sql_2.10-1.6.0.jar, BaseRelation.class
package org.apache.spark.sql.sources
BaseRelation.unhandledFilters ( Filter[ ] filters )  :  Filter[ ]

spark-sql_2.10-1.6.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.alias ( scala.Symbol alias )  :  DataFrame
DataFrame.alias ( String alias )  :  DataFrame
DataFrame.as ( Encoder<U> p1 )  :  Dataset<U>
DataFrame.collectToPython ( )  :  int
DataFrame.DataFrame ( SQLContext sqlContext, execution.QueryExecution queryExecution )
DataFrame.drop ( Column col )  :  DataFrame
DataFrame.inputFiles ( )  :  String[ ]
DataFrame.join ( DataFrame right, scala.collection.Seq<String> usingColumns )  :  DataFrame
DataFrame.join ( DataFrame right, scala.collection.Seq<String> usingColumns, String joinType )  :  DataFrame
DataFrame.DataFrame..collect ( boolean needCallback )  :  Row[ ]
DataFrame.DataFrame..withPlan ( scala.Function0<catalyst.plans.logical.LogicalPlan> logicalPlan )  :  DataFrame
DataFrame.queryExecution ( )  :  execution.QueryExecution
DataFrame.repartition ( int numPartitions, Column... partitionExprs )  :  DataFrame
DataFrame.repartition ( int numPartitions, scala.collection.Seq<Column> partitionExprs )  :  DataFrame
DataFrame.repartition ( Column... partitionExprs )  :  DataFrame
DataFrame.repartition ( scala.collection.Seq<Column> partitionExprs )  :  DataFrame
DataFrame.show ( boolean truncate )  :  void
DataFrame.show ( int numRows, boolean truncate )  :  void
DataFrame.showString ( int _numRows, boolean truncate )  :  String
DataFrame.sortWithinPartitions ( Column... sortExprs )  :  DataFrame
DataFrame.sortWithinPartitions ( scala.collection.Seq<Column> sortExprs )  :  DataFrame
DataFrame.sortWithinPartitions ( String sortCol, scala.collection.Seq<String> sortCols )  :  DataFrame
DataFrame.sortWithinPartitions ( String sortCol, String... sortCols )  :  DataFrame
DataFrame.takeAsList ( int n )  :  java.util.List<Row>
DataFrame.transform ( scala.Function1<DataFrame,DataFrame> t )  :  DataFrame
DataFrame.where ( String conditionExpr )  :  DataFrame
DataFrame.withColumn ( String colName, Column col, types.Metadata metadata )  :  DataFrame
DataFrame.withNewExecutionId ( scala.Function0<T> body )  :  T

spark-sql_2.10-1.6.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.addJar ( String path )  :  void
SQLContext.clearActive ( ) [static]  :  void
SQLContext.createDataFrame ( java.util.List<?> data, Class<?> beanClass )  :  DataFrame
SQLContext.createDataFrame ( java.util.List<Row> rows, types.StructType schema )  :  DataFrame
SQLContext.createDataset ( java.util.List<T> data, Encoder<T> p2 )  :  Dataset<T>
SQLContext.createDataset ( org.apache.spark.rdd.RDD<T> data, Encoder<T> p2 )  :  Dataset<T>
SQLContext.createDataset ( scala.collection.Seq<T> data, Encoder<T> p2 )  :  Dataset<T>
SQLContext.ddlParser ( )  :  execution.datasources.DDLParser
SQLContext.executePlan ( catalyst.plans.logical.LogicalPlan plan )  :  execution.QueryExecution
SQLContext.executeSql ( String sql )  :  execution.QueryExecution
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry )  :  T
SQLContext.getConf ( SQLConf.SQLConfEntry<T> entry, T defaultValue )  :  T
SQLContext.internalCreateDataFrame ( org.apache.spark.rdd.RDD<catalyst.InternalRow> catalystRows, types.StructType schema )  :  DataFrame
SQLContext.isCached ( execution.Queryable qName )  :  boolean
SQLContext.isRootContext ( )  :  boolean
SQLContext.listener ( )  :  execution.ui.SQLListener
SQLContext.listenerManager ( )  :  util.ExecutionListenerManager
SQLContext.newSession ( )  :  SQLContext
SQLContext.planner ( )  :  execution.SparkPlanner
SQLContext.range ( long end )  :  DataFrame
SQLContext.setActive ( SQLContext p1 ) [static]  :  void
SQLContext.setConf ( SQLConf.SQLConfEntry<T> entry, T value )  :  void
SQLContext.SQLContext ( org.apache.spark.SparkContext sparkContext, execution.CacheManager cacheManager, execution.ui.SQLListener listener, boolean isRootContext )
SQLContext.sqlParser ( )  :  execution.SparkSQLParser

to the top

Problems with Data Types, High Severity (2)


spark-sql_2.10-1.6.0.jar
package org.apache.spark.sql
[+] DataFrame (1)
[+] DataFrameReader (1)

to the top

Problems with Data Types, Medium Severity (1)


spark-sql_2.10-1.6.0.jar
package org.apache.spark.sql
[+] SQLContext.implicits. (1)

to the top

Problems with Data Types, Low Severity (1)


spark-sql_2.10-1.6.0.jar
package org.apache.spark.sql
[+] DataFrame (1)

to the top

Java ARchives (1)


spark-sql_2.10-1.6.0.jar

to the top




Generated on Thu Feb 4 09:24:19 2016 for spark-salesforce_2.10-1.0.5 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API