redsanket commented on a change in pull request #24498: [SPARK-27605] : Add new 
column "Partition ID" to the tasks table in s…
URL: https://github.com/apache/spark/pull/24498#discussion_r279787439
 
 

 ##########
 File path: 
core/src/test/resources/HistoryServerExpectations/blacklisting_for_stage_expectation.json
 ##########
 @@ -134,7 +135,8 @@
         "stderr" : 
"http://172.30.65.138:64278/logPage/?appId=app-20180109111548-0000&executorId=1&logType=stderr";
       },
       "schedulerDelay" : 10,
-      "gettingResultTime" : 0
+      "gettingResultTime" : 0,
+      "partitionId" : -1
 
 Review comment:
   I see partitionId as -1 in the test cases everywhere, does this need some 
test case where it is >= 0?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to