We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, int type List (valueCount = 5) has data like below:
10, 20
30, 40, 50
could be encoded to:
0, 1
2, 3, 4
with list type dictionary
10, 20, 30, 40, 50
or
10,
20,
30,
40,
50
Reporter: Ji Liu / @tianchen92 Assignee: Ji Liu / @tianchen92
Note: This issue was originally created as ARROW-6078. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Micah Kornfield / @emkornfield: Issue resolved by pull request 4972 #4972
Sorry, something went wrong.
tianchen92
No branches or pull requests
For example, int type List (valueCount = 5) has data like below:
10, 20
10, 20
30, 40, 50
30, 40, 50
10, 20
could be encoded to:
0, 1
0, 1
2, 3, 4
2, 3, 4
0, 1
with list type dictionary
10, 20, 30, 40, 50
or
10,
20,
30,
40,
50
Reporter: Ji Liu / @tianchen92
Assignee: Ji Liu / @tianchen92
PRs and other links:
Note: This issue was originally created as ARROW-6078. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: