We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1aef0 commit cafa5fdCopy full SHA for cafa5fd
python/pyspark/sql/types.py
@@ -944,13 +944,6 @@ def _parse_datatype_json_value(json_value):
944
'L': ctypes.c_ulong
945
}
946
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
-
954
955
def _int_size_to_type(size):
956
"""
0 commit comments