PyHive
PyHive copied to clipboard
remove length from BINARY data type + support VARBINARY data type
The BINARY data type is already supported via GenericTypeCompiler but it has an optional length parameter which is not supported in Hive (see Hive docs).
With this PR the length parameter for the BINARY type is removed and the VARBINARY type is mapped to BINARY.