JingsongLi commented on code in PR #6474:
URL: https://github.com/apache/paimon/pull/6474#discussion_r2465079316


##########
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/FormatTableTestBase.scala:
##########
@@ -132,7 +137,8 @@ abstract class FormatTableTestBase extends 
PaimonHiveTestBase {
 
   test("Format table: field delimiter in HMS") {
     withTable("t1") {
-      sql("CREATE TABLE t1 (id INT, p1 INT, p2 INT) USING csv OPTIONS 
('csv.field-delimiter' ';')")
+      sql(
+        "CREATE TABLE t1 (id INT, p1 INT, p2 INT) USING csv OPTIONS 
('csv.field-delimiter' ';') TBLPROPERTIES 
('format-table.implementation'='engine')")

Review Comment:
   Why change to engine? You can change compression to let test passing.



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