Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-37143: [GLib][FlightSQL] Add support for prepared INSERT #37196

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

kou
Copy link
Member

@kou kou commented Aug 16, 2023

Rationale for this change

Prepared INSERT is useful for large INSERT.

What changes are included in this PR?

Sorry. This is too large I thought.

Core bindings are the followings:

  • GAFLightSQLPreparedStatement
  • gaflightsql_client_prepare()

Others are for writing test of them. We need to implement a test server for prepared INSERT. Others are for it.

An exception is ruby/red-arrow-flight-sql/lib/ change. It's for convenient API for gaflightsql_client_prepare().

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@github-actions
Copy link

⚠️ GitHub issue #37143 has been automatically assigned in GitHub to PR creator.

Sorry. This is too large I thought.

Core bindings are the followings:

* `GAFLightSQLPreparedStatement`
* `gaflightsql_client_prepare()`

Others are for writing test of them. We need to implement a test
server for prepared INSERT. Others are for it.

An exception is `ruby/red-arrow-flight-sql/lib/` change. It's for
convenient API for `gaflightsql_client_prepare()`.
@kou kou force-pushed the glib-flight-sql-prepare-insert branch from 8d66a59 to 7aae358 Compare August 16, 2023 07:06
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Aug 16, 2023
@kou
Copy link
Member Author

kou commented Aug 18, 2023

+1

@kou kou merged commit 9fea4ee into apache:main Aug 18, 2023
8 checks passed
@kou kou deleted the glib-flight-sql-prepare-insert branch August 18, 2023 08:10
@kou kou removed the awaiting committer review Awaiting committer review label Aug 18, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 9fea4ee.

There were 4 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…ache#37196)

### Rationale for this change

Prepared INSERT is useful for large INSERT.

### What changes are included in this PR?

Sorry. This is too large I thought.

Core bindings are the followings:

* `GAFLightSQLPreparedStatement`
* `gaflightsql_client_prepare()`

Others are for writing test of them. We need to implement a test server for prepared INSERT. Others are for it.

An exception is `ruby/red-arrow-flight-sql/lib/` change. It's for convenient API for `gaflightsql_client_prepare()`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#37143

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GLib][FlightSQL] Add support for prepared INSERT
1 participant