[
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: [email protected]
For additional commands, e-mail: [email protected]