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

rethinkdb import -f is fails with KeyError: 'indexes' #3728

Closed
Tryneus opened this issue Feb 4, 2015 · 2 comments
Closed

rethinkdb import -f is fails with KeyError: 'indexes' #3728

Tryneus opened this issue Feb 4, 2015 · 2 comments
Assignees
Milestone

Comments

@Tryneus
Copy link
Member

Tryneus commented Feb 4, 2015

When adding export/import of secondary indexes, I broke rethinkdb import -f, because it builds its own file_info structure but does not include an indexes field - which the table_reader expects. Add an empty file_info field.

@Tryneus Tryneus self-assigned this Feb 4, 2015
@Tryneus Tryneus added this to the 1.16.x milestone Feb 4, 2015
@Tryneus
Copy link
Member Author

Tryneus commented Feb 4, 2015

Fix is up in review 2565.

@Tryneus
Copy link
Member Author

Tryneus commented Feb 4, 2015

The fix has been approved and merged into next in commit db0eb07, and cherry-picked into v1.16.x in commit 5e83d41. Will be in the python driver version 1.16.0-2.

@Tryneus Tryneus closed this as completed Feb 4, 2015
@AtnNn AtnNn modified the milestones: 1.16.x, 1.16.1 Feb 11, 2015
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

2 participants