dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
40.69k stars 3.51k forks source link

Inline editing of array type column for Databricks #18352

Open radekhag opened 2 years ago

radekhag commented 2 years ago

Hello,

When I'm displaying a content of a table using DBeaver 22.2.5 with each of recommended drivers - Databricks JDBC Driver 2.6.29 or Simba Apache Spark JDBC 2.6.22 I'm always getting a string representation of values of an array column in Data Editor (grid). That is: ["AB","CD",EF"] instead of {"AB","CD","EF"} like for PostgreSQL However, the data type seems to be properly recognized as ARRAY. That makes it impossible, as far as I know, to inline edit/insert data through GUI. Kindly, please, consider adding this functionality or let me know how to properly configure the application if it's already possible to inline edit array type columns in Databricks using DBeaver. Thank you.

LonwoLonwo commented 2 years ago

Thanks for the idea @radekhag