jonkeane commented on pull request #11001: URL: https://github.com/apache/arrow/pull/11001#issuecomment-912612653
Ok, this looks good. Though I'm seeing [that S3 was disabled](https://github.com/ursacomputing/crossbow/runs/3507264567?check_suite_focus=true#step:6:20), I'll make sure we've got the dependencies installed on the host so that we can catch that too. Here are the skips: ``` ══ Skipped tests ═══════════════════════════════════════════════════════════════ • ARROW-11090 (date/datetime arithmetic) (1) • ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1) • ARROW-13364 (1) • ARROW-13691 - na.rm not yet implemented for VarianceOptions (2) • ARROW-13799: factor() should error but instead we get a string error message in its place (1) • Arrow C++ not built with s3 (4) • Flight server is not running (1) • Implement more aggressive implicit casting for scalars (ARROW-11402) (1) • Ingest_POSIXct only implemented for REALSXP (1) • Minio is not running (1) • Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1) • Need to substitute in user defined function too (1) • RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1) • Sorting by only a single timestamp column fails (ARROW-12087) (1) • TODO: (if anyone uses RangeEquals) (1) • Table with 0 cols doesn't know how many rows it should have (2) • These tests are flaking: https://github.com/duckdb/duckdb/issues/2100 (1) • This OS either does not support changing languages to fr or it caches translations (1) • Work around masking of data type functions (ARROW-12322) (1) • count() is not a generic so we have to get here through summarize() (1) • empty test (1) • environment variable ARROW_LARGE_MEMORY_TESTS (2) • https://issues.apache.org/jira/browse/ARROW-7653 (1) • packageVersion("stringr") > "1.4.0" is not TRUE (1) • test now faulty - code no longer gives error & outputs a empty tibble (1) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
