You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/11 01:30:44 UTC

[GitHub] [hudi] leesf commented on a diff in pull request #5546: [HUDI-4079] Supports showing table comment for hudi with spark3

leesf commented on code in PR #5546:
URL: https://github.com/apache/hudi/pull/5546#discussion_r869795522


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestCreateTable.scala:
##########
@@ -641,4 +641,26 @@ class TestCreateTable extends HoodieSparkSqlTestBase {
          |""".stripMargin
     )
   }
+
+  if (SPARK_VERSION.startsWith("3")) {

Review Comment:
   should be HoodieSparkUtils.gteqSpark3_2 ? since HoodieCatalog would only be used after 3.2.0



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org