You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:23:38 UTC

[jira] [Updated] (SPARK-16039) Spark SQL - Number of rows inserted by Insert Sql

     [ https://issues.apache.org/jira/browse/SPARK-16039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon updated SPARK-16039:
---------------------------------
    Labels: bulk-closed insert sql  (was: insert sql)

> Spark SQL - Number of rows inserted by Insert Sql
> -------------------------------------------------
>
>                 Key: SPARK-16039
>                 URL: https://issues.apache.org/jira/browse/SPARK-16039
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.1
>            Reporter: Prabhu Kasinathan
>            Priority: Major
>              Labels: bulk-closed, insert, sql
>
> Insert spark sql currently returns only "OK" and time taken. But, it would be good, if insert sql returns number of rows inserted into target table.
> Example:
> {code}
> INSERT INTO TABLE target
> SELECT * FROM source;
> 1000 rows inserted
> OK
> Time taken: 1 min 30 secs
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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