Shreyas created ZEPPELIN-6160:
---------------------------------
Summary: Spark Interpreter - Rows affected
Key: ZEPPELIN-6160
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6160
Project: Zeppelin
Issue Type: Improvement
Components: spark, zeppelin-server
Affects Versions: 0.11.1
Reporter: Shreyas
When running a SQL paragraph, it would be beneficial to get the number of
records affected by the operation(s). For e.g.
{code:sql}
%sql
create table blah as
select * from glah
where ...
{code}
*10012 records affected*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)