dongjoon-hyun commented on PR #49835:
URL: https://github.com/apache/spark/pull/49835#issuecomment-2654401371

   According to the CI result, not only `hive` module, but also `sql` module 
also failed. You may want to see `sql` module first because it's easier to run.
   
   ![Screenshot 2025-02-12 at 09 28 
38](https://github.com/user-attachments/assets/829624ed-3b57-4fa6-ad0a-c01e6c2c2128)
   
   ```
   [info] - sql-udf.sql *** FAILED *** (569 milliseconds)
   [info]   sql-udf.sql
   [info]   Expected "[]", but got "[org.apache.spark.sql.AnalysisException
   [info]   {
   [info]     "errorClass" : "WRONG_COMMAND_FOR_OBJECT_TYPE",
   [info]     "sqlState" : "42809",
   [info]     "messageParameters" : {
   [info]       "alternative" : "DROP VIEW",
   [info]       "foundType" : "VIEW",
   [info]       "objectName" : "spark_catalog.default.v1",
   [info]       "operation" : "DROP TABLE",
   [info]       "requiredType" : "EXTERNAL or MANAGED"
   [info]     }
   [info]   }]" Result did not match for query #30
   [info]   DROP TABLE IF EXISTS V1 (SQLQueryTestSuite.scala:683)
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

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