MCPcopy Create free account
hub / github.com/apache/datafusion / get_arrow_sha

Function get_arrow_sha

dev/update_arrow_deps.py:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44# find latest arrow-rs sha
45def get_arrow_sha():
46 url = 'https://api.github.com/repos/apache/arrow-rs/branches/master'
47 response = requests.get(url)
48 return response.json()['commit']['sha']
49
50
51# Update all entries that look like

Callers 1

mainFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…