lamberken commented on a change in pull request #4455:
URL: https://github.com/apache/hudi/pull/4455#discussion_r776120977



##########
File path: 
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/DropHoodieTableCommand.scala
##########
@@ -38,6 +38,9 @@ case class DropHoodieTableCommand(
     purge: Boolean)
 extends HoodieLeafRunnableCommand {
 
+  val SUFFIX_SNAPSHOT_TABLE = "_rt"

Review comment:
       we can use `MOR_SNAPSHOT_TABLE_SUFFIX` 




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