Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ compute_compatible_version
Method
compute_compatible_version
dev/release/test-helper.rb:107–109 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
105
end
106
107
def compute_compatible_version(version)
108
version.split(
"."
)[0, 2].join(
"."
)
109
end
110
111
def detect_versions
112
top_dir = Pathname(__dir__).parent.parent
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected