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
Currently, equality between two arrays requires downcasting the array to the correct type before comparing them. This is not very ergonomic.
The root cause of this is that array equality currently depends on the concrete types. I.e. the actual calculations depend on the concrete type.
The goal of this task is to simplify array equality by making it independent of the concrete type that the array depends on.
Reporter: Jorge Leitão / @jorgecarleitao Assignee: Jorge Leitão / @jorgecarleitao
Note: This issue was originally created as ARROW-10402. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Neville Dipale / @nevi-me: Issue resolved by pull request 8541 #8541
Sorry, something went wrong.
jorgecarleitao
No branches or pull requests
Currently, equality between two arrays requires downcasting the array to the correct type before comparing them. This is not very ergonomic.
The root cause of this is that array equality currently depends on the concrete types. I.e. the actual calculations depend on the concrete type.
The goal of this task is to simplify array equality by making it independent of the concrete type that the array depends on.
Reporter: Jorge Leitão / @jorgecarleitao
Assignee: Jorge Leitão / @jorgecarleitao
PRs and other links:
Note: This issue was originally created as ARROW-10402. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: