Binary compatibility report for the hivemall-spark-0.0.5 library  between 1.5.0 and 1.4.0 versions   (relating to the portability of client application hivemall-spark-0.0.5.jar)

Test Info


Library Namehivemall-spark-0.0.5
Version #11.5.0
Version #21.4.0
Java Version1.7.0_75

Test Results


Total Java ARchives3
Total Methods / Classes320 / 1532
VerdictIncompatible
(8.3%)

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh25
Problems with
Data Types
High6
Medium1
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods (11)


spark-sql_2.10-1.4.0.jar, Column.class
package org.apache.spark.sql
Column.in ( Column... list )  :  Column

spark-sql_2.10-1.4.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.cache ( )  :  RDDApi
DataFrame.collect ( )  :  Object
DataFrame.first ( )  :  Object
DataFrame.persist ( )  :  RDDApi
DataFrame.persist ( org.apache.spark.storage.StorageLevel newLevel )  :  RDDApi
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.ddlParser ( )  :  sources.DDLParser

to the top

Removed Methods (25)


spark-hive_2.10-1.5.0.jar, HiveGenericUDAF.class
package org.apache.spark.sql.hive
HiveGenericUDAF.HiveGenericUDAF ( HiveShim.HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-hive_2.10-1.5.0.jar, HiveGenericUDF.class
package org.apache.spark.sql.hive
HiveGenericUDF.HiveGenericUDF ( HiveShim.HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-hive_2.10-1.5.0.jar, HiveGenericUDTF.class
package org.apache.spark.sql.hive
HiveGenericUDTF.HiveGenericUDTF ( HiveShim.HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-hive_2.10-1.5.0.jar, HiveSimpleUDF.class
package org.apache.spark.sql.hive
HiveSimpleUDF.HiveSimpleUDF ( HiveShim.HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-hive_2.10-1.5.0.jar, HiveUDAF.class
package org.apache.spark.sql.hive
HiveUDAF.HiveUDAF ( HiveShim.HiveFunctionWrapper funcWrapper, scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.Expression> children )

spark-sql_2.10-1.5.0.jar, Column.class
package org.apache.spark.sql
Column.in ( Object... list )  :  Column
Column.isin ( Object... list )  :  Column
Column.isin ( scala.collection.Seq<Object> list )  :  Column
Column.isNaN ( )  :  Column

spark-sql_2.10-1.5.0.jar, DataFrame.class
package org.apache.spark.sql
DataFrame.drop ( Column col )  :  DataFrame
DataFrame.inputFiles ( )  :  String[ ]
DataFrame.join ( DataFrame right, scala.collection.Seq<String> usingColumns )  :  DataFrame
DataFrame.show ( boolean truncate )  :  void
DataFrame.show ( int numRows, boolean truncate )  :  void
DataFrame.showString ( int _numRows, boolean truncate )  :  String
DataFrame.where ( String conditionExpr )  :  DataFrame
DataFrame.withNewExecutionId ( scala.Function0<T> body )  :  T

spark-sql_2.10-1.5.0.jar, SQLContext.class
package org.apache.spark.sql
SQLContext.ddlParser ( )  :  execution.datasources.DDLParser
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.listener ( )  :  execution.ui.SQLListener
SQLContext.range ( long end )  :  DataFrame
SQLContext.setConf ( SQLConf.SQLConfEntry<T> entry, T value )  :  void
SQLContext.setSession ( SQLContext.SQLSession session )  :  void

to the top

Problems with Data Types, High Severity (6)


spark-hive_2.10-1.5.0.jar
package org.apache.spark.sql.hive
[+] HiveGenericUDAF (1)
[+] HiveGenericUDF (1)
[+] HiveGenericUDTF (1)
[+] HiveSimpleUDF (1)
[+] HiveUDAF (1)

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

to the top

Problems with Data Types, Medium Severity (1)


spark-sql_2.10-1.5.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.5.0.jar
package org.apache.spark.sql
[+] DataFrame (1)

to the top

Java ARchives (3)


spark-hive_2.10-1.5.0.jar
spark-mllib_2.10-1.5.0.jar
spark-sql_2.10-1.5.0.jar

to the top




Generated on Tue Oct 20 08:57:25 2015 for hivemall-spark-0.0.5 by Java API Compliance Checker 1.4.1  
A tool for checking backward compatibility of a Java library API