amoro icon indicating copy to clipboard operation
amoro copied to clipboard

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

Open baiyangtx opened this issue 2 years ago • 2 comments

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?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

baiyangtx avatar Mar 22 '23 09:03 baiyangtx

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.

github-actions[bot] avatar Aug 20 '24 00:08 github-actions[bot]

Any process for this issue? @baiyangtx

zhoujinsong avatar Aug 20 '24 02:08 zhoujinsong

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.

github-actions[bot] avatar Aug 10 '25 00:08 github-actions[bot]

This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'

github-actions[bot] avatar Aug 25 '25 00:08 github-actions[bot]