Github user ScrapCodes commented on the pull request:

    https://github.com/apache/spark/pull/705#issuecomment-45836829
  
    This happened because in the byte code there was a method as follows 
    `public final java.lang.Object 
org$apache$spark$rdd$PairRDDFunctions$$createZero$1(byte[], 
scala.runtime.ObjectRef, scala.runtime.VolatileByteRef);`
    
    Which got changed to `public final java.lang.Object 
org$apache$spark$rdd$PairRDDFunctions$$createZero$1(scala.reflect.ClassTag, 
byte[], scala.runtime.ObjectRef, scala.runtime.VolatileByteRef);` 
    
    After this patch, not very sure if we could have avoided it. Since this 
method was an inner method.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to