You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/08/07 06:38:15 UTC

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3345: [CARBONDATA-3487] wrong Input metrics (size/record) displayed in spark UI during insert into

ajantha-bhat commented on a change in pull request #3345: [CARBONDATA-3487] wrong Input metrics (size/record) displayed in spark UI during insert into
URL: https://github.com/apache/carbondata/pull/3345#discussion_r311389116
 
 

 ##########
 File path: integration/spark-common/src/main/scala/org/apache/spark/CarbonInputMetrics.scala
 ##########
 @@ -35,20 +35,28 @@ class CarbonInputMetrics extends InitInputMetrics{
     var inputMetrics: InputMetrics = _
     // bytes read before compute by other map rdds in lineage
     var existingBytesRead: Long = _
+    var recordCount: Long = _
 
 Review comment:
   CarbonInputMetrics doesn't need syncronization, only inputMetrics (spark) inside that need synchronization

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services