Open EugeneChung opened 1 week ago
Is there any specific reason that fills only single dummy column on Hive view?
https://github.com/trinodb/trino/blob/ff794d2b1f12ed2eb8c6da89b416b8fa5e696c79/plugin/trino-hive/src/main/java/io/trino/plugin/hive/HiveMetadata.java#L2756
It's very inconvenient for all catalog-based SQL tools like redash because it only shows dummy.
dummy
I've implemented the function that fills view columns properly. If there's no reason not to do it, I'm going to make a PR.
There're some situations we can't store column definitions in Glue.
Then can we use the single dummy column only when it meets those cases?
Is there any specific reason that fills only single dummy column on Hive view?
https://github.com/trinodb/trino/blob/ff794d2b1f12ed2eb8c6da89b416b8fa5e696c79/plugin/trino-hive/src/main/java/io/trino/plugin/hive/HiveMetadata.java#L2756
It's very inconvenient for all catalog-based SQL tools like redash because it only shows
dummy
.I've implemented the function that fills view columns properly. If there's no reason not to do it, I'm going to make a PR.