You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/04 13:45:25 UTC

[GitHub] [arrow] raulcd opened a new pull request, #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure

raulcd opened a new pull request, #12786:
URL: https://github.com/apache/arrow/pull/12786

   This PR is to avoid a test failure when building and testing pyarrow without `-DARROW_DATASET=On`.
   
   **Context:**
   
   When following the [contributing guidelines ](https://arrow.apache.org/docs/dev/developers/python.html#building-on-linux-and-macos) I built arrow as described:
   ```
   cmake -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DCMAKE_BUILD_TYPE=Debug \
         -DARROW_WITH_BZ2=ON \
         -DARROW_WITH_ZLIB=ON \
         -DARROW_WITH_ZSTD=ON \
         -DARROW_WITH_LZ4=ON \
         -DARROW_WITH_SNAPPY=ON \
         -DARROW_WITH_BROTLI=ON \
         -DARROW_PARQUET=ON \
         -DPARQUET_REQUIRE_ENCRYPTION=ON \
         -DARROW_PYTHON=ON \
         -DARROW_BUILD_TESTS=ON \
         ..
   ```
   When running tests I found that DATASET was required for `python/pyarrow/tests/parquet/test_dataset.py::test_read_table_schema` or an import error was raised `ModuleNotFoundError: No module named 'pyarrow._dataset'`.
   
   The PR adds the requires pytest mark to skip the test under that scenario.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure

Posted by GitBox <gi...@apache.org>.
ursabot commented on PR #12786:
URL: https://github.com/apache/arrow/pull/12786#issuecomment-1087726280

   Benchmark runs are scheduled for baseline = 4c3edd27a9a2cec90a186250eebdda37b30238fd and contender = ca0cab11fe98f4ec49bcecf51dc7726828dff27a. ca0cab11fe98f4ec49bcecf51dc7726828dff27a is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/27d142265fe744d59504493ddb2f1970...a873effeafce471e9595dc5e62c9c908/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/4798cc44422f4ef59794a523e9b3fbfd...506b87503df544abbeb2dfef1225f678/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/3bf9f1b2284f4e1b870cc8c3afa55ebe...6439e7c2600d426ba5e9f6249713b636/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/b53ee944fd0e471d88b6a2346bee4817...75a37a229d4c4f7bac1d1e14edd35897/)
   Buildkite builds:
   [Scheduled] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/437| `ca0cab11` ec2-t3-xlarge-us-east-2>
   [Scheduled] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/422| `ca0cab11` test-mac-arm>
   [Scheduled] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/422| `ca0cab11` ursa-i9-9960x>
   [Scheduled] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/432| `ca0cab11` ursa-thinkcentre-m75q>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/436| `4c3edd27` ec2-t3-xlarge-us-east-2>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/421| `4c3edd27` test-mac-arm>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/421| `4c3edd27` ursa-i9-9960x>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/431| `4c3edd27` ursa-thinkcentre-m75q>
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #12786:
URL: https://github.com/apache/arrow/pull/12786#issuecomment-1087578819

   https://issues.apache.org/jira/browse/ARROW-16109


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #12786:
URL: https://github.com/apache/arrow/pull/12786#issuecomment-1087578855

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche closed pull request #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche closed pull request #12786: ARROW-16109: [Python] Add dataset mark to test in order to avoid failure
URL: https://github.com/apache/arrow/pull/12786


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org