nankingrider opened a new issue #4937: Hive table can be previewed in sql lab but can not be queryed in sql editor or charts URL: https://github.com/apache/incubator-superset/issues/4937 Make sure these boxes are checked before submitting your issue - thank you! - [check ] I have checked the superset logs for python stacktraces and included it here as text if any - [check ] I have reproduced the issue with at least the latest released version of superset - [check ] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version {"GIT_SHA": "", "version": "0.24.0"} ### Expected results hive table can be previewed in sql lab, so it should be queryed by sql editor with sql: " select * from database.table limit 100 " ### Actual results Excution will continue to hang for unlimit time unless stop it manully. ### Steps to reproduce load a table in hive with data ( about 12 million lines) choose the table in sql lab, check the preview data, it works fine start a chart or sql editor with sql statement ( with "limit 100") so it shouldnt take long time but the query will hang for ever, no error, no exception, just waiting for worker thread. any help will be appreciated, thankyou!
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
