Shreyas created SPARK-51498: ------------------------------- Summary: Implement getUpdateCount & getLargeUpdateCount in Thrift Server Key: SPARK-51498 URL: https://issues.apache.org/jira/browse/SPARK-51498 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 3.5.5 Reporter: Shreyas
The JDBC API has *getUpdateCount* and *getLargeUpdateCount* functions that support clients to obtain the rows affected by the SQL operation. Spark operations already capture the # of rows affected by a SQL operation, which are available in the DAGs. It would be nice if Spark Thrift Server could pass on this information and make it available to the getUpdateCount and getLargeUpdateCount APIs, so that JDBC clients can make use of the same. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org