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 "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/08/01 20:17:00 UTC

[jira] [Commented] (IMPALA-8636) Implement INSERT for insert-only ACID tables

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

ASF subversion and git services commented on IMPALA-8636:
---------------------------------------------------------

Commit 48bb93d4744f54f609f4f81580b17ef39d1f1a2b in impala's branch refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=48bb93d ]

IMPALA-8636: fix flakiness of ACID INSERT tests

I had to add @UniqueDatabase.parametrize(sync_ddl=True) to some e2e
tests because they were broken in exhaustive mode. When the tests run
with sync_ddl=True then the test files are executed against multiple
impalads which means that each statement in the .test file is executed
against a random impalad.

Change-Id: Ic724e77833ed9ea58268e1857de0d33f9577af8b
Reviewed-on: http://gerrit.cloudera.org:8080/13966
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Implement INSERT for insert-only ACID tables
> --------------------------------------------
>
>                 Key: IMPALA-8636
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8636
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Critical
>              Labels: impala-acid
>             Fix For: Impala 4.0, Impala 3.3.0
>
>
> Impala should support insertion for insert-only ACID tables.
> For this we need to allocate a write ID for the target table, and write the data into the base/delta directories.
> INSERT operation should create a new delta directory with the allocated write ID.
> INSERT OVERWRITE should create a new base directory with the allocated write ID. This new base directory will only contain the data coming from this operation.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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