Open findepi opened 3 years ago
Perhaps we could realize value is an array and use java.util.Arrays#deepToString
@
https://github.com/prestosql/presto/blob/04533cc4cfcc3e41d7c063a27830c40b656a88df/presto-jdbc/src/main/java/io/prestosql/jdbc/AbstractPrestoResultSet.java#L204
cc @electrum @losipiuk @kokosing thoughts?
also, would be good to check what other JDBC driver vendors do.
also, would be good to check what other JDBC driver vendors do
That was exactly my though. I think we should mimic what others do. Hopefully there is some consensus already.
For example when reading
qdigest
this returns something like[B@2de82bf8
Relates to: https://github.com/prestosql/presto/issues/6247