You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "quinnj (via GitHub)" <gi...@apache.org> on 2023/05/24 03:56:04 UTC

[GitHub] [arrow-julia] quinnj opened a new pull request, #443: Add Tables.partitions definition for Arrow.Table

quinnj opened a new pull request, #443:
URL: https://github.com/apache/arrow-julia/pull/443

   We had this functionality w/ `Arrow.Stream`, but it's convenient and not that expensive to define it for `Arrow.Table` as well.
   
   Fixes #293.


-- 
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-julia] quinnj merged pull request #443: Add Tables.partitions definition for Arrow.Table

Posted by "quinnj (via GitHub)" <gi...@apache.org>.
quinnj merged PR #443:
URL: https://github.com/apache/arrow-julia/pull/443


-- 
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-julia] codecov-commenter commented on pull request #443: Add Tables.partitions definition for Arrow.Table

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #443:
URL: https://github.com/apache/arrow-julia/pull/443#issuecomment-1560425089

   ## [Codecov](https://app.codecov.io/gh/apache/arrow-julia/pull/443?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#443](https://app.codecov.io/gh/apache/arrow-julia/pull/443?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (66399b2) into [main](https://app.codecov.io/gh/apache/arrow-julia/commit/3008e7feaa37d9bd0e1cc03572ea855e2c2d97ca?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (3008e7f) will **decrease** coverage by `78.05%`.
   > The diff coverage is `0.00%`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main    #443       +/-   ##
   ==========================================
   - Coverage   82.98%   4.93%   -78.05%     
   ==========================================
     Files          25      25               
     Lines        3214    3158       -56     
   ==========================================
   - Hits         2667     156     -2511     
   - Misses        547    3002     +2455     
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/arrow-julia/pull/443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [src/table.jl](https://app.codecov.io/gh/apache/arrow-julia/pull/443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL3RhYmxlLmps) | `0.00% <0.00%> (-89.34%)` | :arrow_down: |
   
   ... and [22 files with indirect coverage changes](https://app.codecov.io/gh/apache/arrow-julia/pull/443/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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-julia] quinnj commented on pull request #443: Add Tables.partitions definition for Arrow.Table

Posted by "quinnj (via GitHub)" <gi...@apache.org>.
quinnj commented on PR #443:
URL: https://github.com/apache/arrow-julia/pull/443#issuecomment-1562017598

   Nightly failures are https://github.com/JuliaLang/julia/pull/49777, which should be resolved soon


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