You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Prabhu Kasinathan (JIRA)" <ji...@apache.org> on 2016/06/18 02:35:05 UTC

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

Prabhu Kasinathan created SPARK-16039:
-----------------------------------------

             Summary: 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


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
(v6.3.4#6332)

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