allisonwang-db commented on a change in pull request #32464:
URL: https://github.com/apache/spark/pull/32464#discussion_r629743658



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala
##########
@@ -1391,4 +1391,58 @@ private[spark] object QueryCompilationErrors {
   def functionUnsupportedInV2CatalogError(): Throwable = {
     new AnalysisException("function is only supported in v1 catalog")
   }
+
+  def operateHiveDataSourceDirectlyError(operation: String): Throwable = {

Review comment:
       How about `cannotOperateOnHiveDataSourceError`




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to