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

Cannot create Kudu table because primary key constraints are not supported #476

Open
zslim opened this issue Oct 1, 2021 · 1 comment
Open

Comments

@zslim
Copy link

zslim commented Oct 1, 2021

Even though Kudu support was introduced in this commit, it cannot be used as of now, since this commit prevents to use primary key constraints. A Kudu table requires at least one primary key. The test case in commit d0a2fb is incomplete for the same reason, it should contain at least one primary key (this would've shown the problem too).

@zslim
Copy link
Author

zslim commented Oct 1, 2021

Kudu table creation works fine with impyla version 0.17a7.

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

No branches or pull requests

1 participant