willbarrett commented on a change in pull request #10498: URL: https://github.com/apache/incubator-superset/pull/10498#discussion_r465320909
########## File path: requirements-dev.txt ########## @@ -30,7 +30,9 @@ pre-commit==1.17.0 psycopg2-binary==2.8.5 pycodestyle==2.5.0 pydruid==0.6.1 -pyhive==0.6.2 +# Enable in-place multirow inserts +# TODO(bkyryliuk): release new version of pyhive +git+https://github.com/dropbox/PyHive@master Review comment: I think this will be a blocker - the community has not been accepting of installing dependencies from Github. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
