YannByron commented on code in PR #1836:
URL: https://github.com/apache/incubator-paimon/pull/1836#discussion_r1299970361


##########
paimon-spark/paimon-spark-common/src/test/java/org/apache/paimon/spark/SparkReadITCase.java:
##########
@@ -704,4 +704,101 @@ public void testCreateNestedField() {
                                 "a INT",
                                 "b STRUCT<b1: STRUCT<b11: INT, b12: INT>, b2: 
BIGINT>"));
     }
+
+    @Test
+    public void testShowPartition() {

Review Comment:
   after this, we can use `T` to replace `partition_table_01` or 
`drop_partition_table_01` table name, that will be dropped automatically when 
this UT finishes.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to