aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/functions.py
diff options
context:
space:
mode:
authorHolden Karau <holden@us.ibm.com>2016-02-22 09:50:51 +0000
committerSean Owen <sowen@cloudera.com>2016-02-22 09:50:51 +0000
commit1b144455b620861d8cc790d3fc69902717f14524 (patch)
treee8ba4ca005a266351a23a5baad28afc1f761efb9 /python/pyspark/sql/functions.py
parentef1047fca789e5470b7b12974f0435d6d1c4f2d5 (diff)
downloadspark-1b144455b620861d8cc790d3fc69902717f14524.tar.gz
spark-1b144455b620861d8cc790d3fc69902717f14524.tar.bz2
spark-1b144455b620861d8cc790d3fc69902717f14524.zip
[SPARK-13399][STREAMING] Fix checkpointsuite type erasure warnings
## What changes were proposed in this pull request? Change the checkpointsuite getting the outputstreams to explicitly be unchecked on the generic type so as to avoid the warnings. This only impacts test code. Alternatively we could encode the type tag in the TestOutputStreamWithPartitions and filter the type tag as well - but this is unnecessary since multiple testoutputstreams are not registered and the previous code was not actually checking this type. ## How was the this patch tested? unit tests (streaming/testOnly org.apache.spark.streaming.CheckpointSuite) Author: Holden Karau <holden@us.ibm.com> Closes #11286 from holdenk/SPARK-13399-checkpointsuite-type-erasure.
Diffstat (limited to 'python/pyspark/sql/functions.py')
0 files changed, 0 insertions, 0 deletions