aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2016-05-19 11:54:50 -0700
committerAndrew Or <andrew@databricks.com>2016-05-19 11:54:50 -0700
commitf5065abf49dea0eac04b0ec219f2d832a0f6730a (patch)
treec9612c349133102561377d05956201050dbbb74c /python
parentfaafd1e9dbde1f9c2ad218b90c27c3f25f98e1a4 (diff)
downloadspark-f5065abf49dea0eac04b0ec219f2d832a0f6730a.tar.gz
spark-f5065abf49dea0eac04b0ec219f2d832a0f6730a.tar.bz2
spark-f5065abf49dea0eac04b0ec219f2d832a0f6730a.zip
[SPARK-15322][SQL][FOLLOW-UP] Update deprecated accumulator usage into accumulatorV2
## What changes were proposed in this pull request? This PR corrects another case that uses deprecated `accumulableCollection` to use `listAccumulator`, which seems the previous PR missed. Since `ArrayBuffer[InternalRow].asJava` is `java.util.List[InternalRow]`, it seems ok to replace the usage. ## How was this patch tested? Related existing tests `InMemoryColumnarQuerySuite` and `CachedTableSuite`. Author: hyukjinkwon <gurwls223@gmail.com> Closes #13187 from HyukjinKwon/SPARK-15322.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions