spark-instrumented-optimizer/python/pyspark/sql
Wenchen Fan 1150a19b18 [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.
2015-08-14 14:09:46 -07:00
..
__init__.py [SPARK-8060] Improve DataFrame Python test coverage and documentation. 2015-06-03 00:23:34 -07:00
column.py [SPARK-9659][SQL] Rename inSet to isin to match Pandas function. 2015-08-06 10:39:16 -07:00
context.py [SPARK-9942] [PYSPARK] [SQL] ignore exceptions while try to import pandas 2015-08-13 14:03:55 -07:00
dataframe.py [SPARK-8670] [SQL] Nested columns can't be referenced in pyspark 2015-08-14 14:09:46 -07:00
functions.py [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile() 2015-08-14 13:55:29 -07:00
group.py [SPARK-8770][SQL] Create BinaryOperator abstract class. 2015-07-01 21:14:13 -07:00
readwriter.py [SPARK-9828] [PYSPARK] Mutable values should not be default arguments 2015-08-14 12:46:05 -07:00
tests.py [SPARK-8670] [SQL] Nested columns can't be referenced in pyspark 2015-08-14 14:09:46 -07:00
types.py [SPARK-6902] [SQL] [PYSPARK] Row should be read-only 2015-08-08 08:38:18 -07:00
utils.py [SPARK-9166][SQL][PYSPARK] Capture and hide IllegalArgumentException in Python API 2015-07-19 00:32:56 -07:00
window.py [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile() 2015-08-14 13:55:29 -07:00