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/05/11 01:51:56 UTC

[GitHub] [arrow] westonpace opened a new pull request, #13116: MINOR: [Python] Python dataset test might try to run without datasets module

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

   One of the legacy parquet dataset tests was not properly passing use_legacy_dataset and this caused the test to attempt to use the new datasets module even if it wasn't enabled


-- 
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 #13116: ARROW-16526: [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche closed pull request #13116: ARROW-16526: [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET
URL: https://github.com/apache/arrow/pull/13116


-- 
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 #13116: ARROW-16526: [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET

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

   :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] ursabot commented on pull request #13116: ARROW-16526: [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET

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

   Benchmark runs are scheduled for baseline = fce426a51fb91a7da7a21ff2b2c32f0456d7f84a and contender = 7a955f07b3472a36d9174eb71883f8f9c33083ae. 7a955f07b3472a36d9174eb71883f8f9c33083ae is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/f32e15303f6447369e157f1ce6add2dd...53ace4fa7e464725adfa1de0ff7a72cd/)
   [Failed :arrow_down:0.47% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/81af712082a04f30adb3f083dc2a7975...3deada4f13044a2d9f1a3680c80fcbec/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/283fcfbe6fa0490eab2a1bd051108f30...29bfe49c406545ae93205d6c68d8ce1a/)
   [Finished :arrow_down:0.39% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/ff065a2605764a729067d363f01667fb...1ee5f735665e456f8f2de04a87ed6117/)
   Buildkite builds:
   [Finished] [`7a955f07` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/747)
   [Failed] [`7a955f07` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/744)
   [Finished] [`7a955f07` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/734)
   [Finished] [`7a955f07` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/749)
   [Finished] [`fce426a5` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/746)
   [Finished] [`fce426a5` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/743)
   [Finished] [`fce426a5` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/733)
   [Finished] [`fce426a5` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/748)
   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] lidavidm commented on pull request #13116: MINOR: [Python] Python dataset test might try to run without datasets module

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

   Looks like this got reported elsewhere: https://issues.apache.org/jira/browse/ARROW-16526


-- 
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 #13116: ARROW-16526: [Python] test_partitioned_dataset fails when building with PARQUET but without DATASET

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

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


-- 
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