spark-instrumented-optimizer/python/pyspark/sql
Davies Liu ac507a03c3 [SPARK-6902] [SQL] [PYSPARK] Row should be read-only
Raise an read-only exception when user try to mutable a Row.

Author: Davies Liu <davies@databricks.com>

Closes #8009 from davies/readonly_row and squashes the following commits:

8722f3f [Davies Liu] add tests
05a3d36 [Davies Liu] Row should be read-only
2015-08-08 08:38:18 -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-9116] [SQL] [PYSPARK] support Python only UDT in __main__ 2015-07-29 22:30:49 -07:00
dataframe.py [SPARK-9733][SQL] Improve physical plan explain for data sources 2015-08-07 13:41:45 -07:00
functions.py [SPARK-9691] [SQL] PySpark SQL rand function treats seed 0 as no seed 2015-08-06 17:03:14 -07:00
group.py [SPARK-8770][SQL] Create BinaryOperator abstract class. 2015-07-01 21:14:13 -07:00
readwriter.py [SPARK-6591] [SQL] Python data source load options should auto convert common types into strings 2015-08-05 17:28:23 -07:00
tests.py [SPARK-6902] [SQL] [PYSPARK] Row should be read-only 2015-08-08 08:38:18 -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-8146] DataFrame Python API: Alias replace in df.na 2015-06-07 01:21:02 -07:00