spark-instrumented-optimizer/python/pyspark/sql
Wenchen Fan 15d57f9c23 [SPARK-13647] [SQL] also check if numeric value is within allowed range in _verify_type
## What changes were proposed in this pull request?

This PR makes the `_verify_type` in `types.py` more strict, also check if numeric value is within allowed range.

## How was this patch tested?

newly added doc test.

Author: Wenchen Fan <wenchen@databricks.com>

Closes #11492 from cloud-fan/py-verify.
2016-03-03 20:16:37 -08:00
..
__init__.py [SPARK-12600][SQL] Remove deprecated methods in Spark SQL 2016-01-04 18:02:38 -08:00
column.py [SPARK-12799] Simplify various string output for expressions 2016-02-21 22:53:15 +08:00
context.py [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame 2016-03-02 15:26:34 -08:00
dataframe.py [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame 2016-03-02 15:26:34 -08:00
functions.py [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame 2016-03-02 15:26:34 -08:00
group.py [SPARK-12756][SQL] use hash expression in Exchange 2016-01-13 22:43:28 -08:00
readwriter.py [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC via option() 2016-03-03 10:30:55 -08:00
tests.py [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame 2016-03-02 15:26:34 -08:00
types.py [SPARK-13647] [SQL] also check if numeric value is within allowed range in _verify_type 2016-03-03 20:16:37 -08:00
utils.py [SPARK-11804] [PYSPARK] Exception raise when using Jdbc predicates opt… 2015-11-18 08:18:54 -08:00
window.py [SPARK-10373] [PYSPARK] move @since into pyspark from sql 2015-09-08 20:56:22 -07:00