You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sydneyhoran (via GitHub)" <gi...@apache.org> on 2023/04/04 15:09:27 UTC

[GitHub] [hudi] sydneyhoran commented on issue #8372: [SUPPORT] Config conflict with Deltastreamer CustomKeyGenerator - PartitionPath

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org