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

    https://github.com/apache/spark/pull/13434#discussion_r65363707
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryTableScanExec.scala
 ---
    @@ -289,8 +288,8 @@ private[sql] case class InMemoryTableScanExec(
         sqlContext.getConf("spark.sql.inMemoryTableScanStatistics.enable", 
"false").toBoolean
     
       // Accumulators used for testing purposes
    -  lazy val readPartitions: Accumulator[Int] = sparkContext.accumulator(0)
    -  lazy val readBatches: Accumulator[Int] = sparkContext.accumulator(0)
    +  lazy val readPartitions: LongAccumulator = sparkContext.longAccumulator
    --- End diff --
    
    I'm not even sure we need to declare the type of these, unless I'm really 
missing a reason for it


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