You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes#123` indicates that this PR will close issue #123.
-->
Helps #1277
## What changes are included in this PR?
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
This expands the `test_type_conversion` test with the specific
`DataType::Dictionary` type.
Props to @phillipleblanc for this, as I noticed the extra coverage on
his PR which I believe is very useful to capture[^1].
[^1]: I was looking to add similar to
#1293, but it was merged just
before I pushed the changes 😆
0 commit comments