Yohahaha commented on code in PR #2438:
URL: https://github.com/apache/fluss/pull/2438#discussion_r2715820352
##########
fluss-spark/fluss-spark-common/src/main/scala/org/apache/fluss/spark/SparkCatalog.scala:
##########
@@ -74,13 +74,34 @@ class SparkCatalog extends TableCatalog with
SupportsFlussNamespaces with WithFl
} else if (e.getCause.isInstanceOf[TableAlreadyExistException]) {
throw new TableAlreadyExistsException(ident)
} else {
- throw new RuntimeException(e)
+ throw e
Review Comment:
just direct throw original exception.
--
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]