YannByron commented on code in PR #6359:
URL: https://github.com/apache/paimon/pull/6359#discussion_r2419928476


##########
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/DescribeTableTestBase.scala:
##########
@@ -156,4 +157,71 @@ abstract class DescribeTableTestBase extends 
PaimonSparkTestBase {
     // check comment in schema
     Assertions.assertTrue(Objects.equals(comment, 
loadTable(tableName).schema().comment()))
   }
+
+  protected def describeTablePartitionCreateTable(): Unit = {

Review Comment:
   This method don't have to be overwritten by sub-classes, right ?



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