suryaprasanna commented on code in PR #17787:
URL: https://github.com/apache/hudi/pull/17787#discussion_r2738908832


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/HoodieSqlCommonUtils.scala:
##########
@@ -91,6 +91,19 @@ object HoodieSqlCommonUtils extends SparkAdapterSupport {
       .toMap
   }
 
+  /**
+   * Determine whether URL encoding is enabled
+   */
+  def isHierarchicalDatePartitioning(partitionPaths: Seq[String], table: 
CatalogTable): Boolean = {

Review Comment:
   My bad, I think this is caused due to merging commits, fixing it now.



-- 
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]

Reply via email to