Github user dilipbiswal commented on a diff in the pull request:
https://github.com/apache/spark/pull/9194#discussion_r43159249
--- Diff:
sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala
---
@@ -219,4 +219,11 @@ class CliSuite extends SparkFunSuite with
BeforeAndAfter with Logging {
-> "OK"
)
}
+
+ test("SPARK-11188 Analysis error reporting") {
+ runCliWithin(2.minute)(
+ "select * from nonexistent_table;"
+ -> "Error in query: Table not found: nonexistent_table;"
--- End diff --
@marmbrus
Hi Michael, given that logging to console is default , i have made changes
to suppress the logging to console for analysis exceptions. One option is to
completely stop logging these kind of exceptions. But i have tried to log them
to non-console appenders. Please let me know what you think.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]