Skip to content

fix(ruby): correct open_statement typo in Connection#ingest#4418

Open
otegami wants to merge 1 commit into
apache:mainfrom
otegami:fix/connection-ingest-typo
Open

fix(ruby): correct open_statement typo in Connection#ingest#4418
otegami wants to merge 1 commit into
apache:mainfrom
otegami:fix/connection-ingest-typo

Conversation

@otegami

@otegami otegami commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Connection#ingest called open_statment, which is undefined,so it always raised NoMethodError.
The typo went unnoticed because only Statement#ingest had a test.

- open_statment
+ open_statement

Closes GH-4417.

GitHub: Fixes apacheGH-4417

Connection#ingest called open_statment, which is undefined, so it
always raised NoMethodError. The typo went unnoticed because only
Statement#ingest had a test.
@otegami otegami requested a review from kou as a code owner June 19, 2026 11:22
@otegami

otegami commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

I will fix the Packaging / Linux debian-bookworm workflow by GH-4420.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ruby: Connection#ingest raises NoMethodError

1 participant