aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/types.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-241-3/+3
* [SPARK-17035] [SQL] [PYSPARK] Improve Timestamp not to lose precision for all...Dongjoon Hyun2016-08-161-1/+1
* [SPARK-16700][PYSPARK][SQL] create DataFrame from dict/Row with schemaDavies Liu2016-08-151-10/+27
* [SPARK-16772] Correct API doc references to PySpark classes + formatting fixesNicholas Chammas2016-07-281-3/+4
* [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentationhyukjinkwon2016-07-061-2/+2
* [SPARK-16175] [PYSPARK] handle None for UDTDavies Liu2016-06-281-2/+5
* [SPARK-16086] [SQL] [PYSPARK] create Row without any fieldsDavies Liu2016-06-211-6/+3
* Revert "[SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)"Xiangrui Meng2016-06-211-3/+6
* [SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)Davies Liu2016-06-201-6/+3
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [SPARK-15342] [SQL] [PYSPARK] PySpark test for non ascii column name does not...Liang-Chi Hsieh2016-05-181-1/+2
* [SPARK-12200][SQL] Add __contains__ implementation to RowMaciej Brynski2016-05-111-1/+21
* [SPARK-13842] [PYSPARK] pyspark.sql.types.StructType accessor enhancementsSheamus K. Parkes2016-04-201-5/+39
* [SPARK-13593] [SQL] improve the `createDataFrame` to accept data type string ...Wenchen Fan2016-03-081-6/+123
* [SPARK-13740][SQL] add null check for _verify_type in types.pyWenchen Fan2016-03-081-7/+26
* [SPARK-13647] [SQL] also check if numeric value is within allowed range in _v...Wenchen Fan2016-03-031-3/+24
* [SPARK-11158][SQL] Modified _verify_type() to be more informative on Errors b...Mahmoud Lababidi2015-10-181-3/+3
* [SPARK-7544] [SQL] [PySpark] pyspark.sql.types.Row implements __getitem__Yanbo Liang2015-09-101-0/+15
* [SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection0x0FFF2015-09-011-2/+4
* [SPARK-10162] [SQL] Fix the timezone omitting for PySpark Dataframe filter fu...0x0FFF2015-09-011-2/+5
* [SPARK-10305] [SQL] fix create DataFrame from Python classDavies Liu2015-08-261-0/+6
* [MINOR] [SQL] Fix sphinx warnings in PySpark SQLMechCoder2015-08-201-1/+3
* [SPARK-6902] [SQL] [PYSPARK] Row should be read-onlyDavies Liu2015-08-081-0/+5
* [SPARK-4561] [PYSPARK] [SQL] turn Row into dict recursivelyDavies Liu2015-08-081-2/+25
* [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalgXiangrui Meng2015-07-301-1/+1
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-291-39/+39
* Fix reference to self.names in StructTypeAlex Angelini2015-07-291-1/+1
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-231-15/+21
* [SPARK-9101] [PySpark] Add missing NullTypeMateusz Buśkiewicz2015-07-201-1/+1
* [SPARK-9006] [PYSPARK] fix microsecond loss in Python 3Davies Liu2015-07-121-1/+2
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-091-272/+147
* [SPARK-8866][SQL] use 1us precision for timestamp typeYijie Shen2015-07-081-1/+1
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-081-0/+4
* [SPARK-8766] support non-ascii character in column namesDavies Liu2015-07-011-0/+2
* [SPARK-8056][SQL] Design an easier way to construct schema for both Scala and...Ilya Ganelin2015-06-291-4/+48
* [SPARK-8070] [SQL] [PYSPARK] avoid spark jobs in createDataFrameDavies Liu2015-06-291-20/+28
* [SPARK-6411] [SQL] [PySpark] support date/datetime with timezone in PythonDavies Liu2015-06-111-9/+18
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-101-0/+11
* [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singletonDavies Liu2015-05-311-2/+16
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-0/+1306
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-1252/+0
* [SPARK-6677] [SQL] [PySpark] fix cached classesDavies Liu2015-04-111-19/+20
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-2/+2
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-116/+38
* [SPARK-6121][SQL][MLLIB] simpleString for UDTXiangrui Meng2015-03-021-1/+1
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-271-47/+73
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-1/+1
* [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and t...Davies Liu2015-02-201-17/+9
* [SPARK-5722] [SQL] [PySpark] infer int as LongTypeDavies Liu2015-02-181-4/+4
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-0/+32