felipecrv commented on code in PR #40226:
URL: https://github.com/apache/arrow/pull/40226#discussion_r1503382956
##########
r/src/altrep.cpp:
##########
@@ -87,13 +87,13 @@ class ArrowAltrepData {
const std::shared_ptr<ChunkedArray>& chunked_array() { return
chunked_array_; }
- arrow::internal::ChunkLocation locate(int64_t index) {
+ arrow::ChunkLocation locate(int64_t index) {
return resolver_.Resolve(index);
}
Review Comment:
The linter wants this to be in a single line.
--
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]