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

ARROW-6872: [Python] Fix empty table creation from schema with dictionary field #6698

Closed

Conversation

jorisvandenbossche
Copy link
Member

This is a quick fix for ARROW-6872 to handle dictionary fields. What it does not yet fix is a nested type with dictionary inside (eg list of dictionary type), which probably needs a sequence converted for dictionary type.

@github-actions
Copy link

@bkietz bkietz closed this in 7e6429c Mar 24, 2020
@bkietz
Copy link
Member

bkietz commented Mar 24, 2020

Thanks @jorisvandenbossche! Please open a follow up JIRA for the dictionary(nested(dictionary(...))) case

@jorisvandenbossche jorisvandenbossche deleted the ARROW-6872 branch March 24, 2020 12:13
@jorisvandenbossche
Copy link
Member Author

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.

2 participants