Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sql lab] fix Hive 'Transport' not open issue #5494

Merged
merged 1 commit into from Jul 26, 2018

Conversation

mistercrunch
Copy link
Member

Somehow other dbapi drivers are ok with this, but pyhive requires that the connection is still alive when reading from cursor.description.

@codecov-io
Copy link

Codecov Report

Merging #5494 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5494      +/-   ##
==========================================
+ Coverage   63.33%   63.33%   +<.01%     
==========================================
  Files         349      349              
  Lines       22099    22100       +1     
  Branches     2455     2455              
==========================================
+ Hits        13996    13997       +1     
  Misses       8089     8089              
  Partials       14       14
Impacted Files Coverage Δ
superset/sql_lab.py 71.77% <100%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3df82d9...6c71dfe. Read the comment docs.

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. I checked pydruid to see if it would work, and it does thanks to this hack.

@mistercrunch mistercrunch merged commit e22fcb9 into apache:master Jul 26, 2018
@mistercrunch mistercrunch deleted the fix_transport branch July 26, 2018 22:18
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Jul 26, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Jul 26, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Jul 27, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Jul 31, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Aug 3, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Aug 3, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Aug 4, 2018
mistercrunch added a commit to lyft/incubator-superset that referenced this pull request Aug 4, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🍒 0.27.0 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🍒 0.27.0 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants