aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorWenchen Fan <cloud0fan@outlook.com>2015-08-14 14:09:46 -0700
committerMichael Armbrust <michael@databricks.com>2015-08-14 14:09:46 -0700
commit1150a19b188a075166899fdb1e107b2ba1e505d8 (patch)
treeb5b45d3285002e3b276d47ac5d5b40c0b11f4ff8 /streaming
parent2a6590e510aba3bfc6603d280023128b3f5ac702 (diff)
downloadspark-1150a19b188a075166899fdb1e107b2ba1e505d8.tar.gz
spark-1150a19b188a075166899fdb1e107b2ba1e505d8.tar.bz2
spark-1150a19b188a075166899fdb1e107b2ba1e505d8.zip
[SPARK-8670] [SQL] Nested columns can't be referenced in pyspark
This bug is caused by a wrong column-exist-check in `__getitem__` of pyspark dataframe. `DataFrame.apply` accepts not only top level column names, but also nested column name like `a.b`, so we should remove that check from `__getitem__`. Author: Wenchen Fan <cloud0fan@outlook.com> Closes #8202 from cloud-fan/nested.
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions