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


##########
paimon-spark/paimon-spark-common/src/test/java/org/apache/paimon/spark/SparkWriteITCase.java:
##########
@@ -237,4 +237,36 @@ public void testNonnull() {
             spark.sql("DROP TABLE IF EXISTS S");
         }
     }
+
+    @Test
+    public void testShowPartitionsPartitioned() {

Review Comment:
   Maybe put these in a new test class named `ShowCommandTest` which will 
contain case related to `SHOW` commands.



-- 
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