Commits


Javier Luraschi authored and Wes McKinney committed aeb40ed8bdb
ARROW-4565: [R] Fix decimal record batches with no null values Fix for https://issues.apache.org/jira/browse/ARROW-4565. We were missing to handle cases where decimal arrays have no null values. Regarding adding a test, there seems to be no way to convert arrays to `DecimalType`, if someone can thing of a workaround I'll add a test. Otherwise, there are a bunch of Arrow tests running in the [sparklyr](https://github.com/rstudio/sparklyr/) repo. I'm also planning to start testing against arrow devel in our Travis builds. Author: Javier Luraschi <javierluraschi@hotmail.com> Closes #3640 from javierluraschi/bugfix/r-decimal-4565 and squashes the following commits: 16d4e0330 <Javier Luraschi> ARROW-4565: Fix decimal record batches with no null values