Open mustafahasankhan opened 1 year ago
cc: @electrum
cc: @electrum
@electrum
Hi , any resolution to this issue . We are having this issue with a specific product on site .
cheers
@mustafahasankhan
Did you find a workaround for this or re-compile a new driver etc … thanks
I am using standard JDBC getColumns function to retrieve metadata.
My requests are failing with the following error:
io.trino.spi.TrinoException: Unsupported Hive type: void
I believe this could be fixed either by including a new filter to add condition DATA_TYPE <> 'void' here or by adding a new type here
Which one shall I prefer for raising PR?
@deliverbi No haven't found any solution for this yet.
I am using standard JDBC getColumns function to retrieve metadata.
My requests are failing with the following error:
io.trino.spi.TrinoException: Unsupported Hive type: void
I believe this could be fixed either by including a new filter to add condition DATA_TYPE <> 'void' here or by adding a new type here
Which one shall I prefer for raising PR?