pitrou commented on code in PR #49602:
URL: https://github.com/apache/arrow/pull/49602#discussion_r3009896090


##########
cpp/src/arrow/compute/kernels/vector_selection_test.cc:
##########
@@ -104,6 +105,18 @@ void CheckTakeIndicesCase(const std::string& filter_json, 
const std::string& ind
 
 }  // namespace
 
+// GH-49392: Fixed-width gather byte offsets must be computed in int64_t.

Review Comment:
   Is the test actually useful? It's not really doing an end-to-end test, just 
testing a trivial helper function.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to