You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix CI errors reported Travis is currently reporting some errors: 1) sqlalchemy 1.3 seems to have introduced a new positional arg called resolve_fks for reflect, that causes CI to fail when sqlalchemy installed by pypi is greater than 1.2.8. It seems out of scope to migrate PyHive to sqlalchemy 1.3.0, so I just added some safeguards in setup.py and travis config to avoid the new version. 2) urllib.util.parse_url seems to refuse to parse http://localhost:99999, raising an exception that is not the one expected in the test. Fixed the port with 9999. 3) WAITING_FOR_RESOURCES, QUEUED can be states of a Presto query, add them to the test. Issue #288 * Bump sqlalchemy dependencies to 1.3.0 Calls to the reflecttable() method are complaining about the absence of resolve_fks when sqlalchemy>=1.3.0 is used. 'Binary' is deprecated. Replacing it with 'LargeBinary' to incorporate changes in pull request #293. issue #288
0 commit comments