aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
diff options
context:
space:
mode:
authorCheng Lian <lian.cs.zju@gmail.com>2014-09-09 18:39:33 -0700
committerMichael Armbrust <michael@databricks.com>2014-09-09 18:39:33 -0700
commitc110614b33a690a3db6ccb1a920fb6a3795aa5a0 (patch)
tree918ab984014e5129ad94e8a7962ba57d14bad321 /python/pyspark/context.py
parent07ee4a28c3a502121770f301316cb2256e8f0ce2 (diff)
downloadspark-c110614b33a690a3db6ccb1a920fb6a3795aa5a0.tar.gz
spark-c110614b33a690a3db6ccb1a920fb6a3795aa5a0.tar.bz2
spark-c110614b33a690a3db6ccb1a920fb6a3795aa5a0.zip
[SPARK-3448][SQL] Check for null in SpecificMutableRow.update
`SpecificMutableRow.update` doesn't check for null, and breaks existing `MutableRow` contract. The tricky part here is that for performance considerations, the `update` method of all subclasses of `MutableValue` doesn't check for null and sets the null bit to false. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #2325 from liancheng/check-for-null and squashes the following commits: 9366c44 [Cheng Lian] Check for null in SpecificMutableRow.update
Diffstat (limited to 'python/pyspark/context.py')
0 files changed, 0 insertions, 0 deletions