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/11/10 09:39:00 UTC

[GitHub] [arrow-rs] crepererum opened a new pull request, #3079: feat: add `OwnedRow`

crepererum opened a new pull request, #3079:
URL: https://github.com/apache/arrow-rs/pull/3079

   # Which issue does this PR close?
   
   Closes #3078.
   
   # Rationale for this change
   Providing a way to move/clone a row without referencing the whole buffer. 
   
   
   # What changes are included in this PR?
   New type `OwnedRow`.
   
   
   # Are there any user-facing changes?
   No breaking change, just a new type.
   


-- 
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] crepererum commented on pull request #3079: feat: add `OwnedRow`

Posted by GitBox <gi...@apache.org>.
crepererum commented on PR #3079:
URL: https://github.com/apache/arrow-rs/pull/3079#issuecomment-1310124055

   Windows CI fails w/
   
   ```text
    failures:
   
   ---- column::reader::decoder::tests::test_skip stdout ----
   thread 'column::reader::decoder::tests::test_skip' panicked at 'assertion failed: `(left == right)`
     left: `43`,
    right: `81`', parquet\src\column\reader\decoder.rs:506:21
   
   
   failures:
       column::reader::decoder::tests::test_skip
   
   test result: FAILED. 578 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 15.16s
   
   error: test failed, to rerun pass `-p parquet --lib`
   ```
   
   I'm pretty sure this is unrelated.


-- 
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 #3079: feat: add `OwnedRow`

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

   Benchmark runs are scheduled for baseline = 9f14683313bd87e72344cdeb6b35201943fdbcb4 and contender = 885a3618fc8739aaa7c1f9ff328a09a39d4c3af6. 885a3618fc8739aaa7c1f9ff328a09a39d4c3af6 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/100f41d3341546db9dcfc1bce2b5fea0...f6ed3d58b41640dc9e98efcd8942ad93/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/22fa63f8de8742c08cc0269d8f5a626f...6aeb277db3414119a52d312f10bbbb99/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a27a4a8bbd284eeaaa9cf8940e14fde8...d513a4e9b6a240b98e93597d014a498c/)
   [Skipped :warning: Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/982ed6dbb93c48ecbcaac165bc939ae2...fb33411b0d0d4722aef70e5101cff420/)
   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


[GitHub] [arrow-rs] tustvold merged pull request #3079: feat: add `OwnedRow`

Posted by GitBox <gi...@apache.org>.
tustvold merged PR #3079:
URL: https://github.com/apache/arrow-rs/pull/3079


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