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

    https://github.com/apache/spark/pull/11805#discussion_r58128281
  
    --- Diff: 
core/src/test/resources/HistoryServerExpectations/one_rdd_storage_json_expectation.json
 ---
    @@ -14,49 +14,49 @@
       } ],
       "partitions" : [ {
         "blockName" : "rdd_0_0",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_1",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_2",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_3",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_4",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_5",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_6",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
         "memoryUsed" : 3500016,
         "diskUsed" : 0,
         "executors" : [ "localhost:57971" ]
       }, {
         "blockName" : "rdd_0_7",
    -    "storageLevel" : "Memory Deserialized 1x Replicated",
    +    "storageLevel" : "Memory (heap) Deserialized 1x Replicated",
    --- End diff --
    
    if you followed my suggestion up there then all these will need to be 
reverted :)


---
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