You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/11/12 13:56:00 UTC

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

Jonathan Keane created ARROW-14693:
--------------------------------------

             Summary: [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


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)