cshuo commented on code in PR #13718:
URL: https://github.com/apache/hudi/pull/13718#discussion_r2278891666
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/CreateHoodieTableCommand.scala:
##########
@@ -125,7 +125,7 @@ object CreateHoodieTableCommand {
val originTableConfig =
hoodieCatalogTable.tableConfig.getProps.asScala.toMap
val tableOptions = hoodieCatalogTable.catalogProperties
- checkTableConfigEqual(originTableConfig, tableOptions,
HoodieTableConfig.PRECOMBINE_FIELDS.key)
+ checkTableConfigEqual(originTableConfig, tableOptions,
HoodieTableConfig.ORDERING_FIELDS.key)
Review Comment:
should we also consider legacy precombine key for compatibility?
--
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]