Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/7978#discussion_r36381720
  
    --- Diff: 
unsafe/src/main/java/org/apache/spark/unsafe/PlatformDependent.java ---
    @@ -107,6 +116,10 @@ public static void freeMemory(long address) {
     
       public static final int DOUBLE_ARRAY_OFFSET;
     
    +  // Support for resetting final fields while deserializing
    +  public static final long BigIntegerSignumOffset;
    --- End diff --
    
    BIG_INTEGER_SIGNUM_OFFSET and BIG_INTEGER_MAG_OFFSET


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to