Binary compatibility report for the sparksql-protobuf-0.1.2-s_2.10 library  between 1.3.0 and 1.4.0 versions   (relating to the portability of client application sparksql-protobuf-0.1.2-s_2.10.jar)

Test Info


Library Namesparksql-protobuf-0.1.2-s_2.10
Version #11.3.0
Version #21.4.0
Java Version1.7.0_75

Test Results


Total Java ARchives1
Total Methods / Classes106 / 463
VerdictIncompatible
(2.8%)

Problem Summary


SeverityCount
Added Methods-14
Removed MethodsHigh3
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (14)


spark-sql_2.10-1.4.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.cacheManager ( )  :  execution.CacheManager
SQLContext.createDataFrame ( org.apache.spark.rdd.RDD<Row> rowRDD, types.StructType schema, boolean needsConversion )  :  DataFrame
SQLContext.createSession ( )  :  SQLContext.SQLSession
SQLContext.currentSession ( )  :  SQLContext.SQLSession
SQLContext.defaultSession ( )  :  SQLContext.SQLSession
SQLContext.detachSession ( )  :  void
SQLContext.dialectClassName ( )  :  String
SQLContext.getOrCreate ( org.apache.spark.SparkContext p1 ) [static]  :  SQLContext
SQLContext.getSQLDialect ( )  :  catalyst.ParserDialect
SQLContext.openSession ( )  :  SQLContext.SQLSession
SQLContext.range ( long start, long end )  :  DataFrame
SQLContext.range ( long start, long end, long step, int numPartitions )  :  DataFrame
SQLContext.read ( )  :  DataFrameReader
SQLContext.tlSession ( )  :  ThreadLocal<SQLContext.SQLSession>

to the top

Removed Methods (3)


spark-sql_2.10-1.3.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.cacheManager ( )  :  CacheManager
SQLContext.checkAnalysis ( )  :  catalyst.analysis.CheckAnalysis
SQLContext.createDataFrame ( org.apache.spark.api.java.JavaRDD<Row> rowRDD, java.util.List<String> columns )  :  DataFrame

to the top

Java ARchives (1)


spark-sql_2.10-1.3.0.jar

to the top




Generated on Tue Aug 18 11:38:47 2015 for sparksql-protobuf-0.1.2-s_2.10 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API