leesf commented on code in PR #7300:
URL: https://github.com/apache/hudi/pull/7300#discussion_r1031930260
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/RunClusteringProcedure.scala:
##########
@@ -105,35 +105,41 @@ class RunClusteringProcedure extends BaseProcedure
logInfo(s"Pending clustering instants: ${pendingClustering.mkString(",")}")
val client = HoodieCLIUtils.createHoodieClientFromPath(sparkSession,
basePath, conf)
Review Comment:
var client = null out of try block and put `client =
HoodieCLIUtils.createHoodieClientFromPath(sparkSession, basePath, conf)` into
try block.
--
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]