xuzifu666 commented on code in PR #9986:
URL: https://github.com/apache/hudi/pull/9986#discussion_r1382945837
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/CopyToTempViewProcedure.scala:
##########
@@ -34,7 +34,8 @@ class CopyToTempViewProcedure extends BaseProcedure with
ProcedureBuilder with L
ProcedureParameter.optional(4, "end_instance_time", DataTypes.StringType,
""),
Review Comment:
other call stack all use begin_instance_time and end_instance_time,seems not
wrong
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/CopyToTempViewProcedure.scala:
##########
@@ -34,7 +34,8 @@ class CopyToTempViewProcedure extends BaseProcedure with
ProcedureBuilder with L
ProcedureParameter.optional(4, "end_instance_time", DataTypes.StringType,
""),
Review Comment:
other call stack all use begin_instance_time and end_instance_time,seems not
wrong
--
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]