Skip to content

Conversation

@jorgecarleitao
Copy link
Member

This PR fixes a bug on which GenericStringArray::from(ArrayData) was able to be created with the wrong DataType.

It also simplifies generics that use GenericStringArray, as they no longer need to pass the corresponding DataType and can instead rely on a const to do it for them.

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@jorgecarleitao jorgecarleitao changed the title [ARROW-10041] Added check of data type to GenericString::from. ARROW-10041: [Rust] Added check of data type to GenericString::from. Sep 29, 2020
@github-actions
Copy link

Copy link
Contributor

@nevi-me nevi-me left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I like that this removes the need to pass a datatype separately in some of the kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants