spark git commit: [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatches

2016-06-23 Thread lian
Repository: spark Updated Branches: refs/heads/branch-2.0 05677bb5a -> e8d1bf60a [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatches ## What changes were proposed in this pull request? Currently, `readBatches` accumulator of `InMemoryTableScanExec` is updated only

spark git commit: [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatches

2016-06-23 Thread lian
Repository: spark Updated Branches: refs/heads/master 0e4bdebec -> 264bc6362 [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatches ## What changes were proposed in this pull request? Currently, `readBatches` accumulator of `InMemoryTableScanExec` is updated only when