When the current driver is used with DBeaver, it shows the tables but not not the columns within. This is because DatabaseMetaData.getColumns() returns an empty result set.
We could fix this by using INFER to deduce the de facto columns in each bucket.
This would also fix the problem that although indexes are shown in DBeaver when using our driver, index columns are not, though they are returned by our driver.
When the current driver is used with DBeaver, it shows the tables but not not the columns within. This is because DatabaseMetaData.getColumns() returns an empty result set.
We could fix this by using INFER to deduce the de facto columns in each bucket.
This would also fix the problem that although indexes are shown in DBeaver when using our driver, index columns are not, though they are returned by our driver.