jaydebeapi
jaydebeapi copied to clipboard
Array is not included as data type
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?
Hi, this issue seems to be a duplicate of #52 right?
Is there any update on how this or the other tickets were resolved?