apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
875 stars 290 forks source link

[Feature]: Support `SHOW PARTITIONS` and `DROP PARTITIONS ` for MIXED-ICEBERG format table #1260

Open baiyangtx opened 1 year ago

baiyangtx commented 1 year ago

Description

Support partition management sql for mixed-iceberg table in Spark.

SHOW PARTITIONS;                        #list all partitions in this table

ALTER TABLE {table_name} DROP PARTITION (truncates(cols,10) == 1100 ) ;

Use case/motivation

No response

Describe the solution

The show partitios could reuse the spark command.

The alter table ... drop partition ... maybe need to extend spark sql grammar.

Subtasks

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

zhoujinsong commented 3 months ago

Any process for this issue? @baiyangtx