Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_error
Method
test_error
c_glib/test/flight-sql/test-client.rb:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
end
51
52
def test_error
53
assert_raise(Arrow::Error::Invalid) do
54
@sql_client.do_get(ArrowFlight::Ticket.new(
"invalid"
))
55
end
56
end
57
end
58
59
sub_test_case(
"#execute_update"
) do
Callers
nothing calls this directly
Calls
3
do_get
Method · 0.45
new
Method · 0.45
prepare
Method · 0.45
Tested by
no test coverage detected