yihua commented on code in PR #12577:
URL: https://github.com/apache/hudi/pull/12577#discussion_r1904468861
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestMergeIntoTable.scala:
##########
@@ -1347,35 +1347,22 @@ class TestMergeIntoTable extends HoodieSparkSqlTestBase
with ScalaAssertionSuppo
| id bigint,
| name string,
| price double,
- | dt string
+ | dt string,
+ | ts bigint
Review Comment:
The partition path column has to be the last one in Spark SQL as I remember.
--
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]