Skip to content

Commit cafa5fd

Browse files
committed
remove the TODO for [SPARK-21420]
1 parent ae1aef0 commit cafa5fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/pyspark/sql/types.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -944,13 +944,6 @@ def _parse_datatype_json_value(json_value):
944944
'L': ctypes.c_ulong
945945
}
946946

947-
# TODO: [SPARK-21420]
948-
# Uncomment this when 'q' and 'Q' are supported by net.razorvine.pickle
949-
# Type code 'q' and 'Q' are not available at python 2
950-
# if sys.version_info[0] >= 3:
951-
# _array_signed_int_typecode_ctype_mappings['q'] = ctypes.c_longlong
952-
# _array_unsigned_int_typecode_ctype_mappings['Q'] = ctypes.c_ulonglong
953-
954947

955948
def _int_size_to_type(size):
956949
"""

0 commit comments

Comments
 (0)