You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jinchul Kim (JIRA)" <ji...@apache.org> on 2017/12/18 04:04:00 UTC

[jira] [Created] (IMPALA-6337) Infinite loop in impala_shell.py

Jinchul Kim created IMPALA-6337:
-----------------------------------

             Summary: Infinite loop in impala_shell.py
                 Key: IMPALA-6337
                 URL: https://issues.apache.org/jira/browse/IMPALA-6337
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
    Affects Versions: Impala 2.10.0
            Reporter: Jinchul Kim


I faced the infinite loop when I ran an example below. In my initial investigation using pdb, sanitise_input -> precmd -> onecmd -> postcmd -> santise_input -> ...

Here is a reproduction scenario:
{noformat}
select '1\'23\'4'";
;
"
;

{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)