leesf commented on a change in pull request #3823: URL: https://github.com/apache/hudi/pull/3823#discussion_r740213590
########## File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieWriterUtils.scala ########## @@ -92,10 +92,9 @@ object HoodieWriterUtils { * @return */ def getPartitionColumns(parameters: Map[String, String]): String = { - val props = new TypedProperties() + val props = new Properties() Review comment: why need this change, TypedProperties should act as same as Properties -- 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-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org