You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/12 15:10:00 UTC

[jira] [Updated] (ARROW-14693) [R] Non-integers being passed to chunk_size

     [ https://issues.apache.org/jira/browse/ARROW-14693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-14693:
-----------------------------------
    Labels: pull-request-available  (was: )

> [R] Non-integers being passed to chunk_size
> -------------------------------------------
>
>                 Key: ARROW-14693
>                 URL: https://issues.apache.org/jira/browse/ARROW-14693
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Jonathan Keane
>            Assignee: Jonathan Keane
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Caught from conbench:
> {code}
> {
>     "timestamp": "2021-11-11T23:27:56.620810+00:00",
>     "tags": {
>         "dataset": "fanniemae_2016Q4",
>         "cpu_count": null,
>         "file_type": "parquet",
>         "compression": "uncompressed",
>         "input_type": "table",
>         "language": "R",
>         "name": "file-write"
>     },
>     "context": {
>         "arrow_version": "7.0.0-SNAPSHOT",
>         "arrow_compiler_id": "GNU",
>         "arrow_compiler_version": "9.4.0",
>         "arrow_compiler_flags": "-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /var/lib/buildkite-agent/miniconda3/envs/arrow-commit/include -fdiagnostics-color=always -O3 -DNDEBUG",
>         "benchmark_language": "R",
>         "benchmark_language_version": "R version 4.1.1 (2021-08-10)",
>         "arrow_version_r": "6.0.0.9000"
>     },
>     "error": "Error: Error: Expected single integer value\nExecution halted",
>     "command": "library(arrowbench); run_one(write_file, source=\"fanniemae_2016Q4\", format=\"parquet\", compression=\"uncompressed\", input=\"arrow_table\", cpu_count=NULL)"
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)