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


##########
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:
   sorry that forget to remind you in the first review, that we’d better to 
move this to `test/scala/org/apache/spark/sql/PaimonMangermentTest.scala`.



##########
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:
   sorry that forget to remind you in the first review, that we’d better to 
move this to `test/scala/org/apache/spark/sql/PaimonMangermentTest.scala`.



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