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