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

[GitHub] [arrow] candiduslynx opened a new pull request, #35893: MINOR: [Go] Use `arrow.ListLikeType`

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

   ### Rationale for this change
   
   Follow-up for #35885
   
   ### What changes are included in this PR?
   
   Removed `listLikeType` interface from `ipc.go` & swapped it for `arrow.ListLikeType`.
   
   ### Are these changes tested?
   
   It's only a replace of the interface name.
   
   ### Are there any user-facing changes?
   
   No.
   
   <!--
   If there are any breaking changes to public APIs, please uncomment the line below and explain which changes are breaking.
   -->
   <!-- **This PR includes breaking changes to public APIs.** -->
   
   <!--
   Please uncomment the line below (and provide explanation) if the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld). We use this to highlight fixes to issues that may affect users without their knowledge. For this reason, fixing bugs that cause errors don't count, since those are usually obvious.
   -->
   <!-- **This PR contains a "Critical Fix".** -->


-- 
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] zeroshade merged pull request #35893: MINOR: [Go] Use `arrow.ListLikeType`

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


-- 
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 #35893: MINOR: [Go] Use `arrow.ListLikeType`

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

   Benchmark runs are scheduled for baseline = fb0c72c0df059d8fd2c66f8aab55fa1290926a86 and contender = 5a55fb4f66cbd316568085129054b5ff1d2eb089. 5a55fb4f66cbd316568085129054b5ff1d2eb089 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/67c592efa7584dd99fae76ea9f4ac23f...e1ff17fb62e44e7ea4a6175ca79d7b8c/)
   [Finished :arrow_down:0.68% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/135733694de14b2da60684263e73236d...da7c54b4018b4bb8ac380bc60e28fb92/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/d8c8a05e1f8b4f08b041ccb9665655a4...ff329c4fbe724445aea287b9877a1493/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/15f34e339c4d4d0db45af46741dc6670...8268f4f539df44698261be23a43f8309/)
   Buildkite builds:
   [Finished] [`5a55fb4f` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2975)
   [Finished] [`5a55fb4f` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/3011)
   [Failed] [`5a55fb4f` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2976)
   [Failed] [`5a55fb4f` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/3001)
   [Finished] [`fb0c72c0` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2974)
   [Finished] [`fb0c72c0` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/3010)
   [Failed] [`fb0c72c0` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2975)
   [Finished] [`fb0c72c0` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/3000)
   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