Quanlong Huang created IMPALA-14065:
---------------------------------------

             Summary: Support WHERE clause in SHOW PARTITIONS
                 Key: IMPALA-14065
                 URL: https://issues.apache.org/jira/browse/IMPALA-14065
             Project: IMPALA
          Issue Type: New Feature
          Components: Backend, Frontend
            Reporter: Quanlong Huang


SHOW PARTITIONS <table> is a useful statement to check #Rows, #Files and size, 
etc. of partitions. Sometimes we just want to check the new partitions. It'd be 
helpful to support a WHERE clause in this statement to simplify the output, 
especially for tables with lots of partitions.

An example statement:
{code:sql}
show partitions part_tbl where year = 2025 and month < 6;{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