[DuckDB] LIST/ARRAY column does not expand in Data Grid but expands in SQL Editor result set #41398
Unanswered
jimdickson007
asked this question in
Q&A
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello. It looks like a bug (and I can reproduce it). Please create a ticket here https://github.com/dbeaver/dbeaver/issues |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
#41427 is a duplicate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
LIST/ARRAY columns do not expand in the Data Grid (table navigator
double-click) but expand correctly when running
SELECT * FROM tablein the SQL editor.
Record view (Tab) also works correctly and shows full array contents.
This suggests Data Grid and SQL Editor use different JDBC fetch paths,
and the Data Grid path does not correctly handle DuckDB LIST types.
DBeaver Version
26.1.1.202606211757
Operating System
Windows 11
Database and driver
DuckDB 1.5.4
DuckDB JDBC driver: duckdb_jdbc-1.5.4.0.jar
Steps to reproduce
SELECT * FROM test_grid;→ amounts column expands correctly ✓
test_gridin Database Navigator to open Data Grid→ amounts column does NOT expand ✗
Expected behaviour
LIST/ARRAY columns expand consistently in both SQL Editor
and Data Grid views.
Actual behaviour
Additional context
the bug is consistent across both
both Grid view and Record view fail when opened via Data Grid,
but both work correctly when opened from a SQL Editor result set
in a different format than the SQL Editor result set cursor
Beta Was this translation helpful? Give feedback.
All reactions