danny0405 commented on code in PR #10229:
URL: https://github.com/apache/hudi/pull/10229#discussion_r1413311630
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/CreateHoodieTableCommand.scala:
##########
@@ -164,6 +161,20 @@ object CreateHoodieTableCommand {
}
}
+ private def convertFieldTypes(fieldTypes: StructType): StructType = {
+ val fields = new Array[StructField](fieldTypes.fields.length)
+ var index = 0
Review Comment:
Should we just fix the hive sync schema instead? Modification in here
affects beyond the Hive scope I guess.
--
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]