liujiayi771 opened a new pull request, #6359: URL: https://github.com/apache/paimon/pull/6359
### Purpose Spark does not support DESCRIBE TABLE PARTITION for v2 tables. ``` Error running query: [_LEGACY_ERROR_TEMP_1111] org.apache.spark.sql.AnalysisException: DESCRIBE does not support partition for v2 tables. ``` This PR supports this usage via a strategy rule. ### Tests Add new test case in `DescribeTableTestBase`. ### API and Format N/A ### Documentation N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org