[
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: [email protected]
For additional commands, e-mail: [email protected]