You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/09/21 08:39:06 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new pull request, #302: fix: Return `EOVERFLOW` when appending to a string or binary type would exeed 2 GB

paleolimbot opened a new pull request, #302:
URL: https://github.com/apache/arrow-nanoarrow/pull/302

   This aligns nanoarrow with the behaviour in the ADBC postgres driver. It is useful to differentiate this case because frequently a caller will want to finish the current array and start a new one with the new value.


-- 
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-nanoarrow] paleolimbot merged pull request #302: fix: Return `EOVERFLOW` when appending to a string or binary type would exeed 2 GB

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


-- 
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-nanoarrow] codecov-commenter commented on pull request #302: fix: Return `EOVERFLOW` when appending to a string or binary type would exeed 2 GB

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

   ## [Codecov](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/302?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#302](https://app.codecov.io/gh/apache/arrow-nanoarrow/pull/302?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (3ba01c7) into [main](https://app.codecov.io/gh/apache/arrow-nanoarrow/commit/2060685e549b3d13014b00efdcfa2035b4174b5d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (2060685) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##             main     #302   +/-   ##
   =======================================
     Coverage   88.23%   88.23%           
   =======================================
     Files           3        3           
     Lines         357      357           
   =======================================
     Hits          315      315           
     Misses         42       42           
   ```
   
   
   
   :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