You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/04 17:57:00 UTC

[jira] [Commented] (IMPALA-11095) impala-shell strict hs2 mode insert is broken

    [ https://issues.apache.org/jira/browse/IMPALA-11095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487208#comment-17487208 ] 

ASF subversion and git services commented on IMPALA-11095:
----------------------------------------------------------

Commit 5cfdff03f78fb06a50669fa31acf55e5f8a3d0d6 in impala's branch refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5cfdff0 ]

IMPALA-11095: Fix Impala-shell strict_hs2 mode inserts

The insert command was broken for impala-shell in the strict_hs2
mode. The return parameter for close_dml should return two parameters.

The parameters returned by close_dml are rows returned and error
rows. These are not supported by strict hs2 mode since the close
does not return the TDmlResult structure. So the message to
the end user also had to be changed.

Change-Id: Ibe837c99e54d68d1e27b97f0025e17faf0a2cb9f
Reviewed-on: http://gerrit.cloudera.org:8080/18176
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Csaba Ringhofer <cs...@cloudera.com>


> impala-shell strict hs2 mode insert is broken
> ---------------------------------------------
>
>                 Key: IMPALA-11095
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11095
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>            Reporter: Steve Carlin
>            Assignee: Steve Carlin
>            Priority: Major
>
> The insert command using impala-shell in strict_hs2_mode is not working
> The close_dml statement should return two values and it is only returning one.
> However, the rows returned is not supported by the strict hs2 protocol so some infrastructure has to be changed as well.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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