PyHive icon indicating copy to clipboard operation
PyHive copied to clipboard

remove length from BINARY data type + support VARBINARY data type

Open leo-schick opened this issue 3 years ago • 1 comments

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.

leo-schick avatar Nov 14 '22 15:11 leo-schick

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 14 '22 15:11 CLAassistant