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

Riza Suminto commented on IMPALA-13692:
---------------------------------------

Hi [~valuer]. For some reason, your name does not show up in Jira dropdown. 
Maybe you need to finish some profile setup first.
In any case, feel free to file a patch right away.
https://cwiki.apache.org/confluence/display/IMPALA/Contributing+to+Impala

> "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.3.0, Impala 4.4.1
>            Reporter: Eremenko Valentin
>            Priority: Minor
>             Fix For: Impala 4.3.0, Impala 4.5.0, Impala 4.4.1
>
>
> The problem occurs when comment on view contained subquery. Version: Impala 
> 4.4.1.
> 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