Eremenko Valentin created IMPALA-13692:
------------------------------------------

             Summary: "IllegalStateException: null" when comment on view 
contained subquery.
                 Key: IMPALA-13692
                 URL: https://issues.apache.org/jira/browse/IMPALA-13692
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 4.4.1, Impala 4.3.0
            Reporter: Eremenko Valentin
             Fix For: Impala 4.4.1, Impala 4.3.0


The problem occurs when comment on view contained subquery.

Test scenario:
 # create table test_table(f0 int, f1 int);
 # create view view_test_table as select * from test_table where f0 in (select 
distinct f0 test_table);
 # comment in view view_test_table is 'Test comment';

Expected result: ok.

Actual result: IllegalStateException: null.

 
The solution has been found and tested. I'll introduce it later.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to