You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/14 09:36:15 UTC

[GitHub] [spark] HeartSaVioR opened a new pull request #26109: [SPARK-29461][SQL] Measure records being updated for JDBC writer

HeartSaVioR opened a new pull request #26109: [SPARK-29461][SQL] Measure records being updated for JDBC writer
URL: https://github.com/apache/spark/pull/26109
 
 
   ### What changes were proposed in this pull request?
   
   This patch adds the functionality to measure records being written for JDBC writer. In reality, the value is meant to be a number of records being updated from queries, as per JDBC spec it will return updated count.
   
   ### Why are the changes needed?
   
   Output metrics for JDBC writer are missing now. The value of "bytesWritten" is also missing, but we can't measure it from JDBC API.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Unit test added.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org