You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2023/02/17 08:51:56 UTC

[GitHub] [arrow-rs] Ted-Jiang opened a new pull request, #3732: [minor] fix doc test fail

Ted-Jiang opened a new pull request, #3732:
URL: https://github.com/apache/arrow-rs/pull/3732

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
   # Rationale for this change
    
   <!--
   Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
   Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
   -->
   run doc test in clion got error
   ```
   /Users/yangjiang/.cargo/bin/cargo test --color=always --doc "array::union_array::UnionArray\ (line\ 42)" --no-fail-fast --manifest-path /Users/yangjiang/github/arrow-rs/arrow-array/Cargo.toml -- --format=json -Z unstable-options --show-output
   Testing started at 16:48 ...
      Compiling arrow-array v33.0.0 (/Users/yangjiang/github/arrow-rs/arrow-array)
       Finished test [unoptimized + debuginfo] target(s) in 0.90s
      Doc-tests arrow_array
   warning: use of deprecated associated function `arrow_array::FixedSizeBinaryArray::try_from_sparse_iter`: This function will fail if the iterator produces only None values; prefer `try_from_sparse_iter_with_size`
    --> src/array/fixed_size_binary_array.rs:45:36
     |
   6 |    let arr = FixedSizeBinaryArray::try_from_sparse_iter(input_arg.into_iter()).unwrap();
     |                                    ^^^^^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(deprecated)]` on by default
   
   warning: 1 warning emitted
   
   Test executable failed (exit status: 101).
   ```
   
   # What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking change` label.
   -->
   


-- 
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-rs] Ted-Jiang merged pull request #3732: [minor] fix doc test fail

Posted by "Ted-Jiang (via GitHub)" <gi...@apache.org>.
Ted-Jiang merged PR #3732:
URL: https://github.com/apache/arrow-rs/pull/3732


-- 
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-rs] ursabot commented on pull request #3732: [minor] fix doc test fail

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #3732:
URL: https://github.com/apache/arrow-rs/pull/3732#issuecomment-1434386526

   Benchmark runs are scheduled for baseline = ea48b9571f88bfbced60f9790ae2a7102502870e and contender = 9a6c516f6e5c5411489a65af2e53dba041a26025. 9a6c516f6e5c5411489a65af2e53dba041a26025 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/8e30bcf129f54c0496ea559be571ecf2...4af9c58c31a14c3ca89b04dc2ef3b4c3/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/d1a5b6d8d25042eea2e53cec4258a8fa...70549040d9d3482e85961298cafb12e6/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/dfb83003de9f4492ac5611dccf728e10...85cb29bcabe44f729d661fb2f1abf257/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8c0d09976e134cf48d14092e33aabfef...10ed9fa421ec4824a2844c34a7d15aa8/)
   Buildkite builds:
   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