sydneyhoran commented on issue #8372: URL: https://github.com/apache/hudi/issues/8372#issuecomment-1496143784
It seems to be related to splitting the string in [SparkKeyGenUtils.scala#L47](https://github.com/apache/hudi/blob/9288fdc456f9a4215d32908756a4ddaee18abfc4/hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/util/SparkKeyGenUtils.scala#L47) And when DeltaSync.java calls getPartitionFields to write to hoodie.properties ([line 366/373](https://github.com/apache/hudi/blob/9288fdc456f9a4215d32908756a4ddaee18abfc4/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java#L366)), it takes out the :TIMESTAMP part and so then future runs get a config conflict... Is this expected behavior/any way to not have to pass the datatype? Thanks in advance! -- 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]
