You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2019/01/16 11:41:00 UTC

[jira] [Created] (DRILL-6982) Affected rows count is not returned by Drill if return_result_set_for_ddl is false

Anton Gozhiy created DRILL-6982:
-----------------------------------

             Summary: Affected rows count is not returned by Drill if return_result_set_for_ddl is false
                 Key: DRILL-6982
                 URL: https://issues.apache.org/jira/browse/DRILL-6982
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Anton Gozhiy


*Prerequisites:*
{code:sql}
set `exec.query.return_result_set_for_ddl`= false;
{code}

*Query:*
{code:sql}
create table dfs.tmp.`nation as select * from cp.`tpch/nation.parquet`;
{code}

*Expected result:*
Drill should return the number of affected rows (25 in this case)

*Actual Result:*
The table was created, but affected rows count wasn't returned:
{noformat}
No rows affected (1.755 seconds)
{noformat}




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