vamsikarnika commented on code in PR #17460:
URL: https://github.com/apache/hudi/pull/17460#discussion_r2601969702


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowFileSystemViewProcedure.scala:
##########
@@ -47,7 +47,9 @@ class ShowFileSystemViewProcedure(showLatest: Boolean) 
extends BaseProcedure wit
     ProcedureParameter.optional(5, "exclude_compaction", 
DataTypes.BooleanType, false),
     ProcedureParameter.optional(6, "limit", DataTypes.IntegerType, 10),
     ProcedureParameter.optional(7, "path_regex", DataTypes.StringType, 
ALL_PARTITIONS),
-    ProcedureParameter.optional(8, "filter", DataTypes.StringType, "")
+    ProcedureParameter.optional(8, "filter", DataTypes.StringType, ""),
+    ProcedureParameter.optional(9, "startTime", DataTypes.StringType, ""),
+    ProcedureParameter.optional(10, "endTime", DataTypes.StringType, "")

Review Comment:
   same here, update the naming to snake_case?



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