jaydebeapi icon indicating copy to clipboard operation
jaydebeapi copied to clipboard

Array is not included as data type

Open safuente opened this issue 4 years ago • 2 comments

I get the following sentence when I query a column of array type data using com.facebook.presto.jdbc.PrestoDriver: /usr/local/lib/python3.6/site-packages/jaydebeapi/init.py:297: UserWarning: No type mapping for JDBC type 'ARRAY' (constant value 2003). Using None as a default type_code. "Using None as a default type_code." % (type_name, jdbc_type_const))

The result obtained is the following:

[(<jaydebeapi.com.facebook.presto.jdbc.PrestoArray object at 0x7ffaf5399ae8>,), (<jaydebeapi.com.facebook.presto.jdbc.PrestoArray object at 0x7ffaf5399db8>,)]

What´s the possible solution to this issue?

safuente avatar Jul 02 '20 06:07 safuente

Hi, this issue seems to be a duplicate of #52 right?

baztian avatar Jul 02 '20 20:07 baztian

Is there any update on how this or the other tickets were resolved?

remerjohnson avatar Apr 20 '23 20:04 remerjohnson