nsivabalan commented on code in PR #18195:
URL: https://github.com/apache/hudi/pull/18195#discussion_r2829327177
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/ShowHoodieTablePartitionsCommand.scala:
##########
@@ -44,18 +44,26 @@ case class ShowHoodieTablePartitionsCommand(
val schemaOpt = hoodieCatalogTable.tableSchema
val partitionColumnNamesOpt =
hoodieCatalogTable.tableConfig.getPartitionFields
+ val useSlashSeparatedDatePartitioning =
hoodieCatalogTable.tableConfig.getSlashSeparatedDatePartitioning
Review Comment:
a reminder to consider fixing this w/ your PartitionValueExtractor for spark
read patch.
--
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]