josephfrancis opened a new issue #3243: Nested columns not visible when connecting to prestoDB URL: https://github.com/apache/incubator-superset/issues/3243 Make sure these boxes are checked before submitting your issue - thank you! - [x ] I have checked the superset logs for python stacktraces and included it here as text if any - [x ] I have reproduced the issue with at least the latest released version of superset - [x ] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.19.0 ### Expected results To be able to see the nested columns in SQL LAB (on the left pane) and to have autosuggest pick up the nested column names in the query editor. If there is a nested column called header.date.epoch_time, I only see the header column. Note: I'm connecting to hive through prestoDB ### Actual results I can only see the top level columns. E.g: header, whereas it will be good to be able to drill down and see the nested column name; header.date.epoch_time. ### Steps to reproduce Connect to hive through prestoDB. Create a hive table from a nested parquet file. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
