aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authormathieu longtin <mathieu.longtin@nuance.com>2016-04-23 22:38:36 -0700
committerReynold Xin <rxin@databricks.com>2016-04-23 22:38:36 -0700
commit902c15c5e6da55754501c2e56bd6379b9d5f1194 (patch)
tree5717e57e204b5a5a12d8b85f26c6886176da7530 /docs/_config.yml
parent1672149c2644b5670b4b9a4086a4456fb8279a55 (diff)
downloadspark-902c15c5e6da55754501c2e56bd6379b9d5f1194.tar.gz
spark-902c15c5e6da55754501c2e56bd6379b9d5f1194.tar.bz2
spark-902c15c5e6da55754501c2e56bd6379b9d5f1194.zip
Support single argument version of sqlContext.getConf
## What changes were proposed in this pull request? In Python, sqlContext.getConf didn't allow getting the system default (getConf with one parameter). Now the following are supported: ``` sqlContext.getConf(confName) # System default if not locally set, this is new sqlContext.getConf(confName, myDefault) # myDefault if not locally set, old behavior ``` I also added doctests to this function. The original behavior does not change. ## How was this patch tested? Manually, but doctests were added. Author: mathieu longtin <mathieu.longtin@nuance.com> Closes #12488 from mathieulongtin/pyfixgetconf3.
Diffstat (limited to 'docs/_config.yml')
0 files changed, 0 insertions, 0 deletions