apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.08k stars 907 forks source link

[TASK][CHALLENGE] JDBC driver supports affected rows #6269

Open pan3793 opened 6 months ago

pan3793 commented 6 months ago

What's the level of this task?

CHALLENGE

Code of Conduct

Search before creating

Mentor

Skill requirements

Background and Goals

JDBC standard requires the following method return affected rows.

java.sql.Statement#executeUpdate(java.lang.String) => int

Hive added such a feature in 4.0.0 https://issues.apache.org/jira/browse/HIVE-14388

Implementation steps

This is an umbrella ticket to track all sub-tasks

Additional context

Introduction of 2024H1 Kyuubi Code Contribution Program

slfan1989 commented 5 months ago

@pan3793 Could you assign this issue to me? Thank you very much!

pan3793 commented 5 months ago

@slfan1989 thanks, assigned.

@zhaohehuhu do you have minutes to address comments on https://github.com/apache/kyuubi/pull/6262, so we can get it in and unblock this task

pan3793 commented 5 months ago

@slfan1989 do you have any progress/questions on this task?