MCPcopy Create free account
hub / github.com/apache/arrow / validate

Method validate

dev/archery/archery/integration/tester_java.py:271–272  ·  view source on GitHub ↗
(self, json_path, arrow_path, quirks=None)

Source from the content-addressed store, hash-verified

269 run_cmd(cmd)
270
271 def validate(self, json_path, arrow_path, quirks=None):
272 return self._run(arrow_path, json_path, 'VALIDATE')
273
274 def json_to_file(self, json_path, arrow_path):
275 return self._run(arrow_path, json_path, 'JSON_TO_ARROW')

Callers

nothing calls this directly

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected