Skip to content

Commit

Permalink
Update r/src/altrep.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wujciak-Jens <[email protected]>
  • Loading branch information
anjakefala and assignUser authored Oct 21, 2024
1 parent 62bad5b commit 2d31866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/altrep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void DeletePointer(std::shared_ptr<T>* ptr) {
template <typename T>
using Pointer = cpp11::external_pointer<std::shared_ptr<T>, DeletePointer<T>>;

#if ARROW_MAJOR_VERSION >= 18
#if ARROW_VERSION_MAJOR >= 18
using ChunkResolver = arrow::ChunkResolver;
using ChunkLocation = arrow::ChunkLocation;
#else
Expand Down

0 comments on commit 2d31866

Please sign in to comment.