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

Update Thrift to 4.8 with namespacing #252

Merged
merged 4 commits into from
Jul 23, 2019
Merged

Conversation

randyzwitch
Copy link
Contributor

Testing namespacing in Thrift definition files for python, to avoid copying so many separate libraries into a user namespace.

@randyzwitch
Copy link
Contributor Author

retest this please

@randyzwitch randyzwitch changed the title [WIP] Update Thrift to 4.8 with namespacing Update Thrift to 4.8 with namespacing Jul 19, 2019
@randyzwitch randyzwitch merged commit 777a26f into master Jul 23, 2019
andrewseidl added a commit to heavyai/heavydb that referenced this pull request Jul 23, 2019
Previously our generated code ended up in the top-level namespace,
which would cause issues if other packages also happened to have
similarly named modules (like `common`).

Now all generated modules are placed in an OmniSci-specific namespace.

cc: heavyai/pymapd#252
@randyzwitch randyzwitch deleted the rz/namespacethrift branch September 10, 2019 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant