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 "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2021/06/10 15:52:00 UTC

[jira] [Updated] (IMPALA-10744) Send INSERT events even when Impala's even processing is not enabled

     [ https://issues.apache.org/jira/browse/IMPALA-10744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltán Borók-Nagy updated IMPALA-10744:
---------------------------------------
    Description: 
Generating insert events should not be conditional to events processor being active or not.

Related code:
https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java#L5020-L5023

Please note that this will also need to fix a bug in the createInsertEvents() code as an INSERT with an empty result set raises an IllegalStateException:

create table ctas_empty  as select * from functional.alltypes limit 0;


  was:
Generating insert events should not be conditional to events processor being active or not.

Please note that this will also need to fix a bug in the createInsertEvents() code as an INSERT with an empty result set raises an IllegalStateException:

create table ctas_empty  as select * from functional.alltypes limit 0;



> Send INSERT events even when Impala's even processing is not enabled
> --------------------------------------------------------------------
>
>                 Key: IMPALA-10744
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10744
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Zoltán Borók-Nagy
>            Priority: Major
>
> Generating insert events should not be conditional to events processor being active or not.
> Related code:
> https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java#L5020-L5023
> Please note that this will also need to fix a bug in the createInsertEvents() code as an INSERT with an empty result set raises an IllegalStateException:
> create table ctas_empty  as select * from functional.alltypes limit 0;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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