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

[GitHub] [arrow-adbc] lidavidm opened a new pull request, #649: fix(c/validation): correct indexing in TestMetadataGetObjectsTables

lidavidm opened a new pull request, #649:
URL: https://github.com/apache/arrow-adbc/pull/649

   A nested list was being indexed incorrectly, causing an out-of-bounds read. This didn't trigger before because no driver returned more than one row in the first place.
   
   Fixes #647.


-- 
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-adbc] lidavidm merged pull request #649: fix(c/validation): correct indexing in TestMetadataGetObjectsTables

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


-- 
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-adbc] lidavidm commented on pull request #649: fix(c/validation): correct indexing in TestMetadataGetObjectsTables

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

   I always have to sit down and draw it out when reading nested data structures in Arrow...


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