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

Noemi Pap-Takacs updated IMPALA-12293:
--------------------------------------
    Description: 
A simple syntax to compact Iceberg tables. It executes the following tasks:
 * compact small files
 * rewrite partitions according to latest spec
 * merge delete deltas

{code:java}
Syntax:

OPTIMIZE [TABLE] <table_name>
[REWRITE DATA]
[ ( { FILE_SIZE_THRESHOLD | MIN_INPUT_FILES } = <value> [, ... ] ) ]
WHERE <condition>;{code}
 

  was:
A simple syntax to compact Iceberg tables. It executes the following tasks:
 * compact small files
 * rewrite partitions according to latest spec
 * merge delete deltas

{code:java}
Syntax: OPTIMIZE <table_name>;{code}
 


> Optimize statement for compacting Iceberg tables
> ------------------------------------------------
>
>                 Key: IMPALA-12293
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12293
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>            Reporter: Noemi Pap-Takacs
>            Assignee: Noemi Pap-Takacs
>            Priority: Major
>              Labels: impala-iceberg
>
> A simple syntax to compact Iceberg tables. It executes the following tasks:
>  * compact small files
>  * rewrite partitions according to latest spec
>  * merge delete deltas
> {code:java}
> Syntax:
> OPTIMIZE [TABLE] <table_name>
> [REWRITE DATA]
> [ ( { FILE_SIZE_THRESHOLD | MIN_INPUT_FILES } = <value> [, ... ] ) ]
> WHERE <condition>;{code}
>  



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

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

Reply via email to